.gallery-mod {
    position: relative;
    z-index: 0;
    background-color: white;
}
.gallery-item {
    display: flex;
    width: 100%;
    padding-bottom: 60%;
    border-radius: 1rem;
    background-position: center;
    background-size: cover;
background-color: var(--color__fill-4);}
.gallery-item.--certificate {
    padding-bottom: 141.60919540229887%;
border: .75rem solid white;}
.certificate {
    background-color: var(--color__fill-4);
    position: relative;
    z-index: 0;
}

@media screen and (min-width: 768px) {  
.--section-page.--about-page .gallery-mod{
    width: 100%;
    min-height: 23.5rem;
    padding-bottom: 0 !important;
}

.--section-page.--about-page .certificate, .--doctor .certificate{
    width: 100%;
    padding-bottom: 0 !important;
}

.certificate {
    background-color: white;
}

.certificate br {
    display: none;
}
.--section-page.--about-page .gallery-mod .--hidden {
    /* padding-bottom: 11.5rem; */
}
/* .--section-page.--about-page .type-carusel__btn.--right {
    right: -4.25rem;
}

.--section-page.--about-page .type-carusel__btn.--left {
    left: -4.25rem;
} */
.certificate {
    padding: 0 !important;
    margin: 3.5rem 0 !important;
}

.certificate .--hidden {
    overflow: visible;
}

.certificate .swiper-container {
    overflow: hidden;
    filter: drop-shadow(0px 1rem 2.5rem rgba(0, 0, 0, 0.06));
}

.certificate .gallery-item.--certificate {
    box-shadow: none;
}
.gallery-mod .type-carusel .swiper-container {height: auto !important;}

.swiper-wrapper {height: auto !important;}

.gallery-mod .type-carusel__btn {margin-top: 0;}

.gallery-item.bs {box-shadow: none !important;}



} 