.main_image_single img{
    width: 255px;
    height: 295px;
    float: left;
    padding-right: 30px;
    /*padding-bottom: 20px;*/
    object-fit: cover;
    object-position: center;
}
.single-people .info-grid{
    padding-bottom: 25px;
}
.single-people .info-grid > * {
    border-bottom: none;
    padding: 0 25px 17px 0;
    line-height: 1;
}
.single-people .info-grid dd {
    padding-right: 0;
}
.single-people .cms-editor p, .single-people .cms-editor ul,.single-people .cms-editor ol,.single-people .cms-editor span{
    font-weight: 400!important;
    font-size: 15px!important;;
    line-height: 24px!important;
}
/*.single-people .related-posts{*/
/*    margin-top: 60px;*/
/*}*/
.single-people .related-posts h2.section-ttl{
    font-size: 19px;
}
.single-people .related-posts h3.post__ttl{
    font-size: 15px;
}
.related-posts img{
    width: 100%;
    height: 140px;
}
.grid-people-center .pagination-block {
    border-top: none;
}

.grid-people .grid-elem {
    position: relative;
    width: 20%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.grid-people .grid-elem .post {
    margin-bottom: 20px;
}
.grid-people .grid-elem .post__pict{
   display: inline-block;
    margin-bottom: 10px;
}
.grid-people .grid-elem .post__pict img {
    width: 122px;
    /*height: 145px;*/
    height: 172px;
}
.grid-people .grid-elem .post__capt {
    /*padding-left: 10px;*/
}
.events .col-md-4 img{
    height: 220px;
}
.events .col-xl-3 img{
    width: 255px;
}


@media screen and (max-width: 1200px) {
    /*.grid-people .grid-elem {*/
    /*    width: 25%;*/
    /*}*/

}
@media screen and (max-width: 991.98px){
    .aside-bar, .aside-form {
         max-width: 100%;
        margin: auto;
    }
    .grid-people-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }


}

@media screen and (max-width: 768px) {
    .grid-people .grid-elem {
        width: 33.333333%;
    }
    .grid-people .grid-elem .post__pict img {
        width: 150px;
        /*height: 173px;*/
        height: 200px;
    }
}
@media screen and (max-width: 575.98px) {
    .grid-people .grid-elem {
        width: 50%;
    }
    .grid-people .grid-elem .post__pict img {
        width: 288px;
        /*height: 306px;*/
        height: 326px;
    }
    .events .col-xl-3 img {
        width: 255px;
        height: 100px;
    }
    .events .post{
        margin-bottom: 0;
    }

    .projects img{
        width: 100%;
        height: 368px;
    }
  
}


@media screen and (max-width: 499px) {
    .grid-people .grid-elem .post__pict img {
        width: 210px;
        height: 233px;
    }
    .projects img{
        width: 100%;
        height: 300px;
    }
}
@media screen and (max-width: 430px) {
    .grid-people .grid-elem .post__pict img {
        width: 185px;
        height: 208px;
    }
}
@media screen and (max-width: 370px) {
    .grid-people .grid-elem .post__pict img {
        width: 155px;
        height: 178px;
    }
    .projects img{
        width: 100%;
        height: 270px;
    }
}