.section-certificates .section-block__header {
    display: none;
}

.certificate-box {
    position: relative;
    border: 10px solid var(--blue-color);
    width: 100%;
    padding: 20px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
}

.certificate-box:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    box-shadow: inset 5px 0 12px rgba(0, 0, 0, 0.20);
}

.certificate-box__link {
    display: block;
    overflow: hidden;
    z-index: 9999;
}

.certificate-box__photo {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    border: 12px solid var(--blue-color);
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.certificate-box__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.certificate-boxes .swiper-button-next {
    right: -15px;
}

@media (min-width: 1400px) {
    .certificate-boxes .swiper-button-next {
        right: -70px;
    }
}

.certificate-boxes .swiper-button-prev {
    left: -15px;
}

@media (min-width: 1400px) {
    .certificate-boxes .swiper-button-prev {
        left: -70px;
    }
}
