/*-----------------------
    Hero start
-------------------------*/
/* Mobile */
@media only screen and (max-width: 575px) {
    .hero__title {
        font-size: 38px;
        margin: 0 auto 20px;
    }
    .hero__desc {
        font-size: 24px;
    }
}
/*-----------------------
    Hero end
-------------------------*/

/*-----------------------
    Story start
-------------------------*/
/* Mobile */
@media only screen and (max-width: 575px) {
    .story__section {
        margin: 80px 0;
    }
}

/*-----------------------
    Story end
-------------------------*/

/*-----------------------
    Focus start
-------------------------*/
/* Dasktop/Laptop */
@media only screen and (max-width: 1199px) {

    .focus__single-btn {
        margin: 6px 6px;
    }

}
/* Ipad */
@media only screen and (max-width: 991px) {
    .focus__title {
        text-align: center;
    }
    .focus__title {
        margin-bottom: 20px;
    }
}

/* Mobile */
@media only screen and (max-width: 575px) {
    .focus__btns-wrap {
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    
}
/*-----------------------
    Focus end
-------------------------*/

/*-----------------------
    Team start
-------------------------*/
/* Dasktop/Laptop */
@media only screen and (max-width: 1199px) {

    .team__member-img {
        height: 220px;
    }

}

/* Ipad */
@media only screen and (max-width: 767px) {
    .team__member-img {
        height: 245px;
    }
}
/* Mobile */
@media only screen and (max-width: 575px) {
    .team__member-img {
        height: auto;
    }
    .team__member {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 375px) {
    ._course_card_meta{
        display: inline-block;
    }
    ._course_card {
        padding: 15px;
    }
  
}


/*-----------------------
    Team end
-------------------------*/
/*-----------------------
    Footer start
-------------------------*/
/* Ipad*/
@media only screen and (max-width: 991px) {
    .release__logo-img {
        padding: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .footer__form-textarea-wrap {
        margin-bottom: 30px;
    }
    .release__logo-img {
        padding: 30px;
    }
}

/* Mobile */
@media only screen and (max-width: 575px) {
    .footer__bottom-text {
        margin-right: 10px;
    }
    .footer__bottom {
        padding: 22px 0 26px;
        margin-top: 30px;
    }
}


/*-----------------------
    Footer end
-------------------------*/
