/*.peoples_slider {
} 

.peoples_slider li {
    width: 260px; 
    list-style: none;
    text-align: center;
    margin: 0 auto 20px auto;
}
.peoples_slider li img {max-width: 100%; border-radius: 50%;}
.peoples_slider.owl-theme .owl-dots .owl-dot.active span, .peoples_slider.owl-theme .owl-dots .owl-dot:hover span{
    background-color: #388a51;
}
.peoples_slider.owl-theme .owl-dots .owl-dot span {background-color: #afd0b9;}*/

.peoples .item {
    width: 100%; text-align: left; margin-bottom: 20px;
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);

}
.peoples .item .item_img {border-right: 1px solid #d1d1d1; flex: 0 0 200px}
.peoples .item img {width: 100%; display: block;}

.peoples .item .item_descr {text-align: left; padding: 30px;}
.peoples .item small {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2rem;
}
.peoples .item .name {
    position: relative;
    font-weight: 400;
}
.peoples .item .del {position: relative; margin: 7px 0; height: 1px;}
.peoples .item .del::after {
    content: '';
    width: 40px;
    height: 1px;
    background: #ff0004;
    position: absolute;
    left: 0;
    bottom: 0px;

}

/*.col-xl-*/
@media screen and (min-width: 1400px){
    .peoples_slider.owl-theme .owl-nav button.owl-prev {left: -90px;}
    .peoples_slider.owl-theme .owl-nav button.owl-next {right: -90px;}
}


/*.col-xl-  (>= 1200px)*/
@media screen and (min-width: 1200px)
{
       
}
/*.col-lg-  (>= 992px)*/
@media screen and (max-width: 1200px)
{
    .peoples .item {margin: 0 15px 20px 0;}    
}
/*.col-md-  (>= 768px)*/
@media screen and (max-width: 991px)
{
    
}
/*.col-sm-  (>= 576px)*/
@media screen and (max-width: 767px)
{
    .peoples .item .item_img {flex: 0 0 30%}

    .peoples .item .item_descr {text-align: left; padding: 10px 15px;}
    
}
/*.col-*/
@media screen and (max-width: 575px)
{
    
}