.courses-show-div .main2 .course_card_static {
    z-index: 1000 !important;
}

.courses-show-div .main2 .eng-doctors-txt.desc {
    min-height: 340px;
}

@media only screen and (max-width: 1200px) {
    .courses-show-div .main2 .eng-doctors-txt.desc {
        min-height: 210px;
    }
}

@media (max-width: 767px) {
    .courses-show-div .many-lector .card .image {
        height: 220px !important;
    }
}

@media only screen and (max-width: 1000px) {
    .courses-show-div .main2 .eng-doctors-txt.desc {
        min-height: unset;
    }
}