body{
    font-family: "Inter", serif !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Space Grotesk", serif !important;

}
h1{
    font-size: 50px !important;
    line-height: 64.38px !important;
    font-weight: 600 !important;
    color: #2A2929 !important;
}
h2{
    font-size: 48px !important;
    line-height: 67.2px !important;
    font-weight: 600 !important;
    color: #2A2929 !important;
}
h3{
    font-size: 24px !important;
    line-height: 28px !important;
    font-weight: 700 !important;
    color: #2A2929;
}
h4{
    font-size: 22px !important;
    line-height: 33px !important;
    font-weight: 500 !important;
    color: #2A2929 !important;
}
p{
    font-size: 18px !important;
    line-height: 27px !important;
    font-weight: 400 !important;
    margin-top: 0px !important;
    color: #2A2929 !important;
}
.font-22{
    font-size: 22px !important;
    line-height: 30.8px !important;
    font-weight: 400 !important;
}
.font-32{
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
    color: #2A2929;
}
.font-36{
    font-size: 36px !important;
    line-height: 45.94px !important;
    font-weight: 500 !important;
    color: #000 !important;
}
.font-20{
    font-size: 20px !important;
    line-height: 24.2px !important;
}
.font-16{
    font-size: 16px !important;
    line-height: 24px !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-700{
    font-weight: 700 !important;
}
.double-btn a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 14px 18px;
    background: transparent;
    transition: background 0.3s ease;
}

.double-btn a.explore-courses {
    background: #FE5B36;
}

.double-btn a.view-pricing {
    background: transparent;
}
.sp-80{
    padding: 80px 0px;
}
.spt-80{
    padding-top: 80px;
}
.spb-80{
    padding-bottom: 80px;
}
.spt-50{
    padding-top: 50px;
}
.double-btn.innerpg .explore-courses {
    color: #fff; 
}

.double-btn.innerpg .view-pricing {
    color: #0A6CCC;
}


@media screen and (min-width:1200px){
    .db{
        display: block;
    }
    .max-1000{
        max-width: 1000px !important;
        margin: auto;
    }
}
@media screen and (max-width:1000px){
    .font-36{
        font-size: 22px !important;
        line-height: 30px !important;
    }
    .font-32 {
        font-size: 28px;
        line-height: 36px;
    }
    .font-20 {
        font-size: 18px !important;
        line-height: 26px !important;
    }
    .col-reverse{
        flex-direction: column-reverse;
    }
    .spb-80{
        padding-bottom: 50px;
    }
    .double-btn a {
        font-size: 16px;
        line-height: 24px;
        padding: 12px 16px;
    }
    .sp-80{
        padding: 50px 0px;
    }
    p{
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .spt-80{
        padding-top: 50px;
    }
    h1 {
        font-size: 32px !important;
        line-height: 40px !important;
    }
    h2 {
        font-size: 28px !important;
        line-height: 36px !important;
    }
    h3 {
        font-size: 22px !important;
        line-height: 30px !important;
    }
    .font-22 {
        font-size: 20px !important;
        line-height: 28px !important;
    }
}