.news-grid {
    border-top: 1px solid #efefef;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    border-left: 1px solid #efefef;
}

.card-news {
    padding: 30px;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.doctors-card__prop {
    min-height: 50px;
}
.card-news img {
    position: relative;
    z-index: 0;
    object-fit: cover;
    height: 100%;}

@media(max-width:767px) {
    .news-grid {
        grid-template-columns: 50% 50%;}

    .card-news {
        padding: 20px;}


    .card-news h5 {
        font-size: 1rem;
    }

    .text_news {
        font-size: 0.8rem;
    }
}


.pagination_slider_bottom {
    padding: 20px;}

/*.slick-list {*/
/*    margin: 0 -20px;}*/

/*.doctors-slider .card-doctor {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    background-image: url(/local/templates/amurmed/images/bg.jpg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    border-radius: 20px 0 0 20px;*/
/*    justify-content: center;}*/

/*.doctors-slider .slider-item {*/
/*    border-radius: 20px;*/
/*    background: var(--light-gray);}*/

/*.doctors-slider .card-doctor img{*/
/*    max-width: 200px;*/
/*    height: 200px;}*/

/*.doctors-slider .slider-item {}*/

/*.doctors-slider .name_doctor {*/
/*    text-transform: uppercase;*/
/*    color: var(--color-green);}*/

/*.doctors-slider .name_doctor h4 {*/
/*    font-weight: 500;*/
/*    height: 32px;*/
/*    margin: 0;*/
/*    padding: 0;}*/

/*.doctors-slider .img_doctor {*/
/*    justify-content: center;*/
/*    display: flex;*/
/*    padding-top: 30px;*/
/*    border-bottom: 1px solid #01674833;}*/

/*.doctors-slider .card-title {*/
/*    min-height: 32px;*/
/*    padding: 35px 0;*/
/*    display: flex;*/
/*    align-content: center;*/
/*    align-items: center;}*/

/*.doctors-slider .doctor__detail {*/
/*    padding: 30px;*/
/*    background: var(--light-gray);*/
/*}*/



