h1.students_tit_v {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
}

.students_text_v {
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
}

.students_img_v {
    width: 48%;
    margin-right: 2%;
    float: left;
}

.students_img_v img {
    width: 100%;
}