﻿.certificate-swiper.swiper {
    width: 100%;
    padding-top: 3.125rem;
}

    .certificate-swiper .swiper-pagination-bullet,
    .certificate-swiper .swiper-pagination-bullet-active {
        background: #fff;
    }

    .certificate-swiper .swiper-slide {
        width: 400px;
        height: 800px;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: self-start;
    }

        .certificate-swiper .swiper-slide img {
            height: 800px;
            object-fit:cover;
        }

@media only screen and (max-width: 1024px) {
    .certificate-swiper .swiper-slide {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: self-start;
    }

        .certificate-swiper .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
}