.my-awards-swiper-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 38px;
    position: relative;
}

.my-awards-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 260px;
    border-radius: 12px;
}

.award-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    padding: 24px 16px 16px 16px;
    text-align: center;
    width: 300px;
    min-height: 126px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.award-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 4px;
}

.award-title {
    font-size: .80rem;
    color: #25323a;
    margin-top: 4px;
    font-weight: 800;
}

.my-awards-swiper-btn {
    background-color: #fff;
    padding: 24px 16px 16px 16px;
    text-align: center;
    min-height: 168px;
    transform: translateY(-33%);
}

.my-awards-swiper-prev {
    border-radius: 12px 0 0 12px;
    left: 0;
}

.my-awards-swiper-next {
    border-radius: 0 12px 12px 0;
    right: 0;
}

.slick-slide {
    background-color: #fff;
    border-radius: 8px !important;
}

@media screen and (min-width: 1024px) {
    .banner {
        padding-bottom: 0;
        min-height: 0;
    }

    .banner-left {
        padding-left: 80px;
        min-height: 0;
    }

    .banner-range {
        padding-right: 80px;
    }

    .full-width-padding {
        padding-left: 80px;
        padding-right: 80px;
    }

    .section-awards .awards-img {
        background-size: 150px;
    }
} 