.cert-swiper.swiper {
    width: 100%;
    height: 100%;
}

.cert-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 200px;
}

.cert-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cert-swiper .swiper-pagination {
    position: unset;
}

.cert-swiper .swiper-pagination-bullet {
    margin-right: 10px;
    background: #579cd3 !important;
    width: 10px;
    height: 10px;
    opacity: 0.7 !important;
}

.cert-swiper .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.certificates .certs_header {
    text-align: center;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0px;
    font-family: Montserrat, sans-serif;
    color: #3a3a3a;
    text-transform: uppercase;
}

@media (max-width:768px) {
    .cert-swiper .swiper-pagination {
        display: none;
    }
}