.SchoolFigures {
    width: 1232px;
    margin: 15px auto 0;
    background: #fff;
    border-radius: 7px;
    padding: 9px 20px 20px;
    border: 2px solid #ccc;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}

.SchoolFigures .figure-swiper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.SchoolFigures .figure-list {
    padding-bottom: 2.5rem;
}

.SchoolFigures .figure-list li a {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.SchoolFigures .figure-list .img_box {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    background: #f0f4f8;
}

.SchoolFigures .figure-list .img_box .img_hezi {
    padding-bottom: 130% !important;
}

.SchoolFigures .figure-list .img_box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.SchoolFigures .figure-list li:hover .img_box img {
    transform: scale(1.05);
}

.SchoolFigures .figure-list .con {
    padding: 10px 4px 0;
}

.SchoolFigures .figure-list .con h5 {
    font-size: 15px;
    color: #004b8d;
    font-weight: bold;
    margin: 0 0 6px;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.SchoolFigures .figure-list .con h6 {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    margin: 0;
    height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.SchoolFigures .figure-list li:hover .con h5 {
    color: #1a73c1;
}

.SchoolFigures .figure-swiper .swiper-pagination span {
    width: 8px;
    height: 8px;
    background: #b5afaf;
    transition: 0.5s;
    padding: 0;
    border-radius: 100%;
    margin: 0 6px !important;
    opacity: 1;
}

.SchoolFigures .figure-swiper .swiper-pagination span.swiper-pagination-bullet-active {
    transform: scale(1.5);
    background: #004b8d;
}

@media (min-width: 1px) and (max-width: 1268px) {
    .SchoolFigures {
        width: 100%;
        padding: 9px 12px 16px;
        box-sizing: border-box;
    }
}
