.sw--awards-list a.for-lightgallery {
    background-color: #E7F2F8;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 221px;
    min-height: 221px;
}

.section-award .gallery-content {
    text-align: center;
    margin-top: 12px;
    font-size: 15px;
    color: #636466;
    transition: 0.3s;
}

.section-award .gallery-item:hover .gallery-content {
    color: var(--c-primary);
}

@media screen and (min-width: 1200px) {
    .awards-list {
        max-width: calc(100% - 334px);
    }

    .section-award .section-title {
        margin-top: 4rem;
    }

    .section-award .section-desc .description {
        margin-bottom: 16px;
    }

    .section-award .sw-navigation {
        margin-top: 0;
        gap: 14px;
    }

    .section-award .section-desc {
        justify-content: flex-start;
    }

    .awards-main {
        max-width: 320px;
    }

    .section-award .swiper-nav-prev,
    .section-award .swiper-nav-next {
        width: 6rem;
        height: 6rem;
        background-color: #E7F2F8;
    }

    .awards-inner {
        display: flex;
        gap: 14px;
    }

    .awards-list-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sw--awards-main {
        height: 100%;
    }

    .gallery_image_main {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        height: 100%;
        position: relative;
    }

    .gallery_image_main::before {
        content: '';
        width: 100%;
        height: calc(100% - 44px);
        position: absolute;
        background: #e7f2f8;
        z-index: -1;
    }

    .gallery_image_main a {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        position: relative;
    }

    .gallery_image_main img {
        height: 100%;
        width: auto;
        object-fit: contain;
    }
}

@media (max-width: 768px) {
    .section-award a.for-lightgallery {
        max-height: 170px;
        min-height: 170px;
    }

    .section-award .gallery-content {
        max-width: 80%;
    }
}

@media (max-width: 576px) {
    .section-award a.for-lightgallery {
        max-height: 145px;
        min-height: 145px;
    }
}

@media (max-width: 1200px) {
    .section-award a.for-lightgallery {
        max-height: 200px;
        min-height: 200px;
    }

    .sw--award a.for-lightgallery {
        background-color: #E7F2F8;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        max-height: 221px;
        min-height: 221px;
    }

    .section-award .gallery-content {
        text-align: center;
        margin-top: 12px;
        font-size: 15px;
        color: #636466;
        transition: 0.3s;
    }

    .section-award .gallery-item:hover .gallery-content {
        color: var(--c-primary);
    }
}