.aide-award-section .awards-container {
    padding: 80px 0;
    overflow: hidden;
    font-family: 'DM Sans', sans-serif;
}

.aide-award-section .awards-container .awards-title {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 4px;
    color: #1A1A1A;
    text-align: center;
    letter-spacing: 2px;
}

.aide-award-section .awards-container .awards-description {
    font-size: 23px;
    margin-bottom: 48px;
    color: #000;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 32.2px;
    width: 797px;
}
/* 
.aide-award-section .awards-slider-container {
    padding-left: 50px;
} */
.aide-award-section .awards-slider .slick-slide {
    margin: 0 15px;
    display: flex;
    height: 100%;
}

.aide-award-section .slick-slide > div {
    width: 100%;
}

.aide-award-section .award-item {
    border-radius: 12px;
    background: #F5F5F5;
    height: 100%;
    padding: 12px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.aide-award-section .award-content {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.aide-award-section .award-image {
    flex-shrink: 0;
    width: 136px;
    height: 136px;
}

.aide-award-section .award-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transform: scale(1);
}
.aide-award-section .award-section-img{
    margin-bottom: 12px;
    height: 24.044px;
    object-fit: contain;
    transform: scale(1);
}


.aide-award-section .award-text .award-heading {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
     margin-bottom: 4px;
}

.aide-award-section .award-text ul {
    margin-bottom: 4px;
    list-style-position: outside;
    padding-left: 0;
    list-style-type: none;
}

.aide-award-section .award-text ul li {
    margin-bottom: 5px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 1em;
    position: relative;
}

.aide-award-section .award-text ul li::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}

.aide-award-section .award-text .sub-para {
    color: #808080;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal !important;
}
.aide-award-section .aide-awards-arrows {
    position: relative;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 16px;
    margin-top: 32px;
    justify-content: center;
}
.aide-award-section .slide-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    font-size: 0;
}
.aide-award-section .award-prev-arrow {
    background: url(https://d1k5qim9574h9e.cloudfront.net/wp-content/uploads/2025/08/carousel-arrows-gray-award.svg) no-repeat;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.aide-award-section .award-next-arrow {
    background: url(https://d1k5qim9574h9e.cloudfront.net/wp-content/uploads/2025/08/grayarrow-award34.svg) no-repeat;
    width: 36px;
    height: 36px;
    cursor: pointer;
}
.aide-award-section .award-prev-arrow:hover {
    background: url(https://d1k5qim9574h9e.cloudfront.net/wp-content/uploads/2025/08/Carousel-Arrows.svg) no-repeat;
}

.aide-award-section .award-next-arrow:hover {
    background: url(https://d1k5qim9574h9e.cloudfront.net/wp-content/uploads/2025/08/carousel_arrows_next.svg) no-repeat;
}
@media (max-width: 991.98px) { 
    .aide-award-section .awards-container .awards-description {
        font-size: 19px;
        margin-bottom: 22px;
        line-height: 26.6px;
        width: 343px;
    }
 }

     @media (max-width: 575.98px) { 
        .aide-award-section .awards-container .awards-title{font-size: 40px;line-height: 140%}
     }