.cespb-content-wrap section {
    margin: 0 0 48px;
}

.cespb-content-wrap .service-sub {
    margin-top: 12px;
}

.cespb-content-wrap .img.cespb-media-embed iframe {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
    display: block;
    border-radius: 4px;
}
.cespb-content-wrap .gallery-swiper iframe,
.cespb-content-wrap .gallery-swiper img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 4px;
    margin: 56px 0px;
}



.cespb-content-wrap .swiper-button-prev,
.cespb-content-wrap .swiper-button-next {
    color: #ffffff;
}

@media (max-width: 767px) {
    .cespb-content-wrap .g2 {
        grid-template-columns: 1fr;
    }

    .cespb-content-wrap .img img {
        width: 100%;
        max-height: none;
    }

    .cespb-content-wrap .img.cespb-media-embed iframe {
        aspect-ratio: 16 / 9;
    }
}
