.page_index .banner-btns a {
    background-color: rgb(21, 141, 205);
}
.page_index .banner-btns a:hover {
    background-color: #156f9f;
}
._lessons .team-flex {
    display: flex;
    width: 100%;
}
._lessons .team-flex .lesson-image {
    width: 225px;
    height: 200px;
    /* overflow: hidden; */
}
._lessons .team-flex .lesson-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
._lessons .lesson_content {
    flex-shrink: 25;
}
._lessons .team-text h4 {
    margin: 0 0 10px;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 0 10px;
}
._lessons .team-text h4 span {
    font-weight: 300;
}
._lessons .team-text .team-designation {
    font-size: 18px;
}
.lesson_div .rapify-com-btn.btn {
    background-color: #54a0dc;
    float: left;
    color: #fff;
    font-weight: 900;
    padding: 18px;
    font-size: 18px;
}
.lesson_div .rapify-com-btn.btn:hover {
    background-color: #377eb7;
}
.lesson-image .ls_image {
    height: 100%;
}
.lesson_div {
    flex-shrink: 30;
    flex-basis: 100%;
}
@media screen and (max-width:575px) {
    .page_index .col-md-6.col-sm-12 {
        width: 100%;
    }
    .indexbottom-margin {
        margin-top: 15px;
    }
    .indexbottom-margin .banner-btns a {
        float: left !important;
    }  
    ._lessons .team-flex {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    ._lessons .team-flex .lesson-image {
        width: 100%;
        height: 300px;
        overflow: hidden;
    }
}
