.certificates {
    padding-top: 20px;
    padding-bottom: 20px;
}

.certificates__title {
    font-size: 32px !important;
    color: #2e2e2e !important;
    font-weight: bold !important;
    text-align: center !important;
}

.certificates__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.certificates__list {
    width: 100%;
}

.certificates__list-item {
    max-width: 100%;
}

.certificates__list-item-link {
    display: block;
    width: 192px;
    margin: 0 auto;
}

.certificates__list-item-img-box {
    display: block;
    width: 100%;
    height: 272px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: zoom-in;
}

.certificates__list-item-img-box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: linear-gradient(0deg, rgba(217, 52, 74, 0.85), rgba(217, 52, 74, 0.85));
}

.certificates__list-item-img-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: url(images/s_logo.svg) no-repeat 50% 50%;
}

.certificates__list-item-img-box img {
    width: 100%;
    height: 100%;
}

.certificates__list-item-title {
    font-size: 14px;
    line-height: 20px;
    color: #858D99;
    text-align: center;
    display: block;
}

.certificates__list-item:hover .certificates__list-item-img-box:before,
.certificates__list-item:hover .certificates__list-item-img-box:after {
    display: none;
}

.certificates__list-item:hover .certificates__list-item-title {
    color: #303233;
}

.certificates .light-slider__controls-prev:before,
.certificates .light-slider__controls-next:before {
    width: 35px;
}

.certificates .light-slider__controls-prev,
.certificates .light-slider__controls-next {
    padding: 10px;
}

@media (min-width: 1281px) {

    .certificates .light-slider__controls-prev,
    .certificates .light-slider__controls-next {
        display: none;
    }
}