@media (max-width: 1199.98px) {
    .acm-gallery .owl-carousel {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.acm-gallery.style-2 .gallery-desc {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 128px;
    margin-top: 128px;
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
    text-align: center;
    opacity: 0.8;
}
@media (max-width: 1199.98px) {
    .acm-gallery.style-2 .gallery-desc {
        padding-top: 64px;
        margin-top: 64px;
    }
}
@media (max-width: 767.98px) {
    .acm-gallery.style-2 .gallery-desc {
        padding-top: 32px;
        margin-top: 32px;
    }
}
.acm-gallery.style-2 .gallery-img {
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}
.acm-gallery.style-2 .gallery-img img {
    transition: 400ms all;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
@media (max-width: 767.98px) {
    .acm-gallery.style-2 .gallery-img img {
        max-height: 300px;
        object-fit: cover;
    }
}
.acm-gallery.style-2 .gallery-img:hover img {
    transform: rotate(1deg) scale(1.1);
    -webkit-transform: rotate(1deg) scale(1.1);
}
.acm-gallery.style-2 .sign-decor {
    margin-top: 64px;
}
@media (max-width: 767.98px) {
    .acm-gallery.style-2 .sign-decor {
        margin-top: 32px;
    }
}
#t4-logos {
    margin-left: -140px;
    background-color: #e6e0cb;
    padding-top: 50px;
    padding-bottom: 50px;
}
