.login-form-box h1 {
    font-size: 24px;
    font-weight: 700;
}
a.edu-btn, button.edu-btn {
    height: 50px;
    line-height: 50px;
}
.breadcrumb-inner h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 !important;
}
.footer-style-default .edu-footer-widget.quick-link-widget {
    margin-left: 15px;
}
.header-style-2 a.edu-btn.btn-medium {
    line-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.edu-course-details-area.edu-section-gap.bg-color-white.terms p , .edu-course-details-area.edu-section-gap.bg-color-white.privacy p {
    text-align: justify;
}

@media only screen and (max-width: 767px) {
    #categories-children .box-category-child {
        box-shadow: rgba(0, 0, 0, .4) 0px 25px 20px -20px !important;
        border-radius: 3px !important;
        min-width: 48% !important;
        text-align: center !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 1% !important;
        border: 1px solid #cccccc75 !important;
        padding: 5px !important;
        background: rgba(255, 165, 0, 0.9);
        border: none !important;
    }
    #categories-children .box-category-child i {
        display: none;
    }
    #categories-children .box-category-child h3 {
        margin: 0 !important;
        font-size: 14px !important;
        color: white !important;
    }
}
