body {
    font-family: 'Inter', sans-serif;
    color: #FFF;

}

a{
    color:#FFF;
}

.mclass-cta-section {
    background-image: url('./assets/images/section1-bg.webp');
    background-size: cover;
    
}


.mclass-cta-title {
    font-size: 54px ;
    font-weight: 700;
    line-height: 65px;
    text-align: left;
    text-transform: uppercase;

}

.mclass-cta-text {
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
}

.mclass-cta-botton {
    font-size:24px;
    border: none;
    background: #FC6602;
    width: 242px;
    height: 56px;
    border-radius: 50px;
    text-transform: uppercase;
}

.mclass-cta-botton:hover {
    background: #bd5c1b;
}

.mclass-faq-question {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    color: #FF1591;
    background-color: #2A2A2A;
}

.mclass-faq-answer {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px; 
}

.mclass-image-title {
    max-width: 100%;
}

.mclass-info-title{
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0em;
    color: #FF1591;
    
}

.mclass-info-p{
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0em;
}

.mclass-info-card {
    background-color: #2A2A2A;
    padding: 60px 0px;
}


@media screen and (max-width:576px){
    .mclass-cta-title {
        font-size: 32px;
    }    
    .mclass-info-title { 
        font-size: 32px;
    }
}

@media screen and (max-width:350px){
    .mclass-cta-title {
        font-size: 24px;
    }    
    .mclass-info-title { 
        font-size: 24px;
    }
}

