.studentsTeachers {
    margin-bottom: 50px;
}

.studentsTeachersSlider.swiper-container {
    padding-bottom: 35px;
}

.studentsTeachersSlider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}

.studentsTeachersSlider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.studentsTeachersSlider .swiper-slide {
    text-align: center;
}

.studentsTeachersSlider .swiper-wrapper .lazy {
    display: none;
}

@media (min-width: 576px) {
    .studentsTeachersSlider .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
    }
    .studentsTeachersSlider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }
}

@media (min-width: 768px) {
    .studentsTeachersSlider .swiper-lazy-preloader {
        display: none;
    }
    .studentsTeachersSlider .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px 25px;
    }
    .studentsTeachersSlider .swiper-slide:nth-child(3n+3) {
        grid-column: -1/1;
    }
    .studentsTeachersSlider .swiper-slide:nth-child(3n+1) {
        text-align: right;
    }
    .studentsTeachersSlider .swiper-slide:nth-child(3n+2) {
        text-align: left;
    }
    .studentsTeachersSlider .swiper-slide:nth-child(3n+3) {
        grid-column: -1/1;
    }
    .studentsTeachersSlider .swiper-wrapper .swiper-lazy {
        display: none;
    }
    .studentsTeachersSlider .swiper-wrapper .lazy {
        display: inline-block;
    }
}