/**
 * Theme Name: Child Storefront
 * Template:   storefront
 */
.private-banner h2.elementor-heading-title {
    font-size: 25px !important;
    margin-bottom: 20px;
}
.levels-box {
    padding-bottom: 15px !important;
}
.private-banner {
    margin-bottom: 50px;
}
.levels-box h4.elementor-heading-title {
    font-size: 17px !important;
    font-style: italic;
    background: #f3f3f3;
    display: inline-block;
    padding: 10px 10px;
}
.enroll-btn a.elementor-button {
    border: 1px solid #F69221 !important;
}
@media screen and (max-width: 767px) {
.private-banner h2.elementor-heading-title {
    font-size: 20px !important;
    margin-bottom: 20px;
    line-height: 1.2 !important;
}
	.private-banner h1.elementor-heading-title {
    font-size: 30px !important;
    line-height: 1.2 !important;
}
	.private-banner {
    margin-bottom: 30px;
}
	.levels-box {
    padding-bottom: 15px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
	.enroll-btn a.elementor-button {
    line-height: 1.2;
}
	.levels-box h2.elementor-heading-title {
    font-size: 22px !important;
}
}