
/*******************************************************/
/* EDITING INDEX.CSS STYLES FOR WHYCHOOSEUS.HTML  */
/*******************************************************/


.why-main-text.main-text-container {
    top: 80%;
    right: 10%;

}

 
.why-main-text .main-text-heading-1 {
    padding: 0;
    display: block;
    margin: 0;
    line-height: 1.2;
}

.section-main {
    margin-bottom: 20rem;
}






/*********************************/
/* REASONS SECTION  */
/*********************************/

.section-service {
    
    margin-bottom: 9.6rem;
    padding-top: 4.8rem;

}

.reasons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4.8rem;

    margin-bottom: 9.6rem;
}


.sno {
    font-size: 3.6rem;
    font-weight: 700;
    font-family: 'spinnaker', sans-serif;
    color: var(--primary-color);
    margin-bottom: 2.4rem;
}

.reason .para-text{
    line-height: 1.8;
}


.main-nav-list .active-nav-link {
    color: #d41317;
}
