.award-section-title {
    font-family: 'Nasalization', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #243757;
  }

  .award-title {
    font-size: 29px;
    font-weight: 500;
    color: #243757;
  }

.award-img-slider {
    height: 350px;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
}
  
