
@media screen and (max-width: 1400px) {
    body {
        background-size: unset;
    }

    #who-we-are-page .mission-vision .facility-description > div:first-child {
        padding-right: 50px;
    }

    #who-we-are-page .mission-vision .facility-description > div:last-child {
        padding-left: 50px;
    }
}

@media screen and (max-width: 1200px) {

    .collection-list-3:first-of-type {
        margin: 60px 0 17px 0;
    }
    .swiper-slide {
        padding: 15vh 10vw;
    }

@media screen and (max-width: 1024px) {
}

@media screen and (max-width:992px) {
    #hp-av img,
    #av-index img {
        height: 250px !important;
        object-fit: cover;
    }
    .isotope-item {
        width: calc(50% - 1rem)!important;
    }
    .swiper-slide {
        padding: 30vh 10vw;
    }
}

@media screen and (max-width: 900px) {

    #news-detail-page .right img:first-child {
        margin-bottom: 3rem !important;
    }
}


@media screen and (max-width: 768px) {
    .cs-links {
        flex-direction: column;
    }

        .cs-links span {
            display: none;
        }

    #who-we-are-page .mission-vision .facility-description > div:first-child {
        margin-bottom: 3rem;
        padding-left: calc(var(--bs-gutter-x) / 2);
        padding-right: calc(var(--bs-gutter-x) / 2);
    }

    #who-we-are-page .mission-vision .facility-description > div:last-child {
        padding-left: calc(var(--bs-gutter-x) / 2);
        padding-right: calc(var(--bs-gutter-x) / 2);
    }

    #who-we-are-page .values-block article > div {
        flex-direction: column;
    }

    #news-page .item {
        margin-bottom: 50px;
    }

    #projects-detail-page .related-projects .isotope-wrap,
    #projects-detail-page .related-projects .isotope-item {
        padding-right: 0;
    }
    .isotope-item {
        width: calc(100% - 1rem) !important;
    }

    #hp-av .middle-image {
        height: 250px;
    }

        #hp-av .middle-image .img-holder {
            height: 166px;
        }
}


@media screen and (max-width: 600px) {
    body {
        background-size: unset;
    }

    #footer * {
        text-align: center !important;
    }

    #footer dd {
        text-indent: 0px;
    }

    #footer #about p {
        max-width: none;
    }

    #news-page article {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    html {
        font-size: 12px;
    }

    body {
        background-size: unset;
    }

    #clients-page a, #partners-page a {
        padding: 10px;
    }
}

@media screen and (max-width: 320px) {
}
