.container_galereya{
    padding-top: 72px;
}

.wrap_galereya .swiper_photo{
    margin-top: 15px;
}

.wrap_galereya .swiper_photo h3{
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 16px;
}

/* .wrap_img_photo_school img{
    max-height: 400px;
} */

.wrap_img_photo_school img {
    max-width: 350px;
    max-height: 260px;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 1550px) {
    .wrap_img_photo_school img{
        max-height: 230px;
    }
}

@media (max-width:767px) {
    .container_galereya{
        padding-top: 14px;
    }
}

@media (max-width: 576px) {
    .wrap_galereya .swiper_photo h3{
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

}