body{
    background-color: #f8f9fa !important;
}
#award-page .hero-section{
    height: 65vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* #award-page .hero-section .hero-section-img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -4%;
    height: 70%;
} */

#award-page .hero-section .container{
    position: relative;
    color: #fff;
}

#award-page .hero-section .container ul{
    position: absolute;
    top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    left: 0;
    list-style: none;
}

#award-page .hero-section .container ul li{
    position: relative;
}

#award-page .hero-section .container ul li::before{
    content: '/';
    margin-right: 5px;
}
#award-page .hero-section .container ul li:nth-child(1)::before{
        display: none;
        content: '';
}

#award-page .hero-section .container ul li a{
    color: #fff;
}
#award-page .hero-section .container .row{
    height: 100%;
    display: flex;
    align-items: center;
}

#award-page .award-list .container .row{
    /* padding: 0px 0px 0px 50px; */
}

#award-page .award-list .container .row .col-sm-3{
    transform: scale(0.9);
    background-color: #fff;
    border: 1px solid #e9eaed;
}

#award-page .award-list .container .row .col-sm-3{
    text-align: center;
}
#award-page .award-list .container .row .col-sm-3 img{
    max-height: 200px;
    padding: 10px;
    border-bottom: 1px solid #e9eaed;
}

#award-page .award-list .container .row .col-sm-3 h4{
    font: normal 14px/20px 'GothamBook';
    padding: 20px 10px;
}


.aaft-exclusive-program {
    padding-bottom: 50px;
  }
  .aaft-exclusive-program .container .row .col-sm-3{
      transform: scale(0.95);
      padding-bottom: 20px;
  }
  .aaft-exclusive-program .container h2 {
    background-image: linear-gradient(90deg, red, red);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 7rem 3px;
    padding-top: 10px;
  }

  .aaft-exclusive-program .container .row .col-sm-2 a{
      display: block;
      position: relative;
      border: 1px solid grey;
  }
  .aaft-exclusive-program .container .row .col-sm-2 a .bx-chevron-right{
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -0.7rem;
      color: grey;
      background-color: #fff;
  }
  .aaft-exclusive-program .container .row .col-sm-2 a .bx-chevron-down{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.7rem;
    color: grey;
    background-color: #fff;
}

  .aaft-exclusive-program .container .img-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    place-items: center;
  }
  @media (max-width: 767.98px) {
    .aaft-exclusive-program .container .img-list {
      grid-template-columns: repeat(2, 1fr);
    }
    #award-page .hero-section{
        height: auto;
    }
  }
  .aaft-exclusive-program .container .img-list img {
    width: 90%;
    -o-object-fit: cover;
       object-fit: cover;
       cursor: zoom-in;
  }
  @media (max-width: 767.98px) {
    .aaft-exclusive-program .container .img-list img {
      width: 80%;
    }
    .aaft-exclusive-program .container .row .col-sm-2{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .aaft-exclusive-program{
      padding-bottom: 10px;
    }
  }

  .aaft-exclusive-program .container .img-list a {
    transform: scale(0.9);
    transition: all 0.3s linear;
  }
  .aaft-exclusive-program .container .img-list a:hover {
    transform: scale(1);
  }
  #award-page .award-list .container .row .col-sm-3 img
  {
    max-height: 350px;
  }