.btn-teach {
    height: max-content !important;
    background: none;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    border-radius: 0px;
    border: none !important;
    color: #093EB4;
    margin-top: 20px;
    max-width: 395px;
    text-decoration: underline;
}
.block-teachers__info-teacher{
    min-height: 100px;
    height: max-content !important;
}
.block-teacher__slider .btn-teach:hover{
    color: #0a3eb4 !important;
    background-color: #093eb400 !important;
    transition: background-color 0.25s ease-in-out;
}
.swiper-slide-teach {
    max-width: 350px;
}
@media (max-width: 680px){
    .block-teachers__info-teacher {
        min-height: max-content;
        height: max-content !important;
    }
    .block-teachers__btn {
        max-height: max-content !important;
        min-height: max-content !important;
        font-size: 16px !important;
    }
    .block-teachers__info-teacher {
        font-size: 16px !important;
        line-height: 120% !important;
    }
    .tech_courses .block-teachers__name {
        font-weight: 500;
    }
}
