.block_about_school {
    padding:  50px 0 100px 0;
    background-color: #eeeeee;
}

.text_about_school p {
    width: 80%;
    margin: auto;
    margin-top: 50px;
    font-size: 20px;
    line-height: 35px;
}

.text_about_school span {
    font-weight: 900;
}

.logo_school {
    height: 110px;
    background-color: #fff;
    border-radius: 50%;
}

.short_content_school {
    background-color: #107868;
    padding-top: 50px;
    padding-bottom: 100px;
}

.about_item {
    display: flex;
    margin-top: 70px;
}

.about_item img {
    width: 300px;
    border-radius: 8px;
}

.about_item p {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    width: 70%;
    margin: auto;
}

.block_content_short {
    margin-top: 50px;
}

.block_speakers {
    background-image: url("../../img/speaker_bg_vet.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    padding-bottom: 50px;
    position: relative;
    z-index: -3;
}

.block_speakers::after {
    content: "";
    background-color: rgba(0,0,0,.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.speaker_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 280px;
}

.speaker_item img {
    border-radius: 50%;
    box-shadow: 0 0 120px -30px #fff;
}

.speakers_item_block {
    margin-top: 120px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
}

.speaker_item h4,
.speaker_item p {
    color: #fff;
    text-align: center;
}

.speaker_item h4 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 40px;
}

.speaker_item p {
    font-size: 20px;
}

.schools_names_footer a,
.evets_footer a {
    text-decoration: none;
    margin: auto;
    color: #fff;
    display: flex;
    flex-direction: column;
    transition: .5s;
    margin-bottom: 5px;
}

.schools_names_footer a:hover,
.evets_footer a:hover {
    color: #092420;
}

.text_center_footer {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

.evets_footer {
    width: 30%;
}

.block_social_media {
    width: 150px;
}

.schools_bg {
    background-image: url(../../img/bg_vet.jpeg);
    height: 580px;
}

.about_item img {
    width: 300px;
    height: 300px;
}

.speaker_item img {
    width: 200px;    
    height: 200px;
}

.block_operator img {
    width: 150px;
    height: 180px;
    border-radius: 50%;
    margin-left: 100px;
}

.logo_school {
    width: 100px;
}