@media (min-width: 768px) and (max-width: 1024px) {
    .cc_teacher_typify {
        background-image: url("../../../images/site/home_main/bg-f.jpg");
    }
}

@media (max-width: 767px) {

    .cc_teacher_typify {
        background: #44a9d5;
    }

    .cc_teacher_typify .cc_teacher_bold {
        font-size: 30px !important;
    }

    .cc_teacher_typify a {
        margin-top: 0px !important;
        padding: 7px 21px;
    }

    .cc_teacher_typify p {
        padding-top: 35px !important;
    }

    .cc_register_gift form {
        margin: 0 !important;
    }

    .cc_register_gift form div {
        width: 100%;
    }

    .cc_register_gift h3 {
        padding-top: 20px;
        font-size: 18px;
        font-weight: 700;
    }

    .cc_register_gift button {
        margin: 0 10px 10px;
    }

    .cc_register_gift h3 i {
        font-size: 26px;
    }

    .cc_footer .cc_content_facebook {
        margin: 0 0 10px;
    }

    .cc_login_regis_layout[data-type='register-teacher'] {
        width: 360px;
    }
}

@media (min-width: 992px) {
    .cc_teacher_typify {
        background-image: url("../../../images/site/home_main/bg-f.jpg");
    }
}