/* Critical Swiper layout. main.min.css already includes full Swiper CSS,
   but a broken @import at the top of that file used to swallow these rules. */
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    position: relative;
    transition-property: transform;
}

.testimonial-section .swiper-wrapper,
.m34CertSwiper .swiper-wrapper {
    display: flex !important;
    height: auto;
}

.testimonial-section .swiper-slide {
    height: auto !important;
}

.dropdown-grid-item .drop-heading {
    font-weight: 500;
}
