
.first_section_heading{
    margin-top: 2rem;
}


.first_section_heading h1{
    color: #000;
    text-align: center;
    font-family: Helvetica;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 120%; 
}
.first_section_heading p{
    color: var(--subtext1, #475569);
    text-align: center;
    font-family: Helvetica;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.business{
    color: #C58F00;
    font-family: Helvetica;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
}
.second_p{
    margin-bottom: 5rem;
    
}
.second_section{
    margin-top: 2rem;
    text-align: center;
}

.second_section_card{
    border: 0.5px solid rgba(224, 222, 222, 0.808) !important;
    margin-top: 2rem;
    padding: 1rem;
}



.second_section_card:hover {
    border: 1px solid rgb(123, 195, 236) !important;
    background:#f3fcff;
    
}
.card-body h5{
    color: var(--Neutral-1000, #141513);
    text-align: center;
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; 
}
.card-body p{
    font-family: Helvetica;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.second_section_card p{
    color: #475569 !important;
    text-align: start !important;
}



.second_section .col-md-4 {
    display: flex !important;
    flex-direction: column !important;
}

.second_section_card {
    display: flex !important;
    flex: 1 !important;
    flex-direction: column !important;
}



/* ********************************************************************************************** */
/* **********************************1400-1600 **********************************************************/
/* ********************************************************************************************** */

@media screen and (max-width: 1400px) and (min-width: 1200px) {

    .first_section_heading{
        margin-top: 1.5rem;
    }
    
    
    .first_section_heading h1{
        font-size: 2rem;
        margin-bottom: 2rem;
        line-height: 120%; 
    }
    .first_section_heading p{
        font-size: 0.7rem;
        line-height: 110%;
    }
    .business{
        font-size: 2rem;
        font-weight: 700;
        line-height: 120%; 
    }
    .second_p{
        margin-bottom: 2rem;
        
    }
    .second_section{
        margin-top: 1.2rem;
    }
    
    .second_section_card{
        margin-top: 2rem;
        padding: 0.5rem;
    }
    
    
    


    .card-body h5{
        font-size: 0.9rem;
        font-weight: 700;
        line-height: 150%;
    }
      
    .card-body p{
        font-size: 0.7rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 22.5px */
    }

    
}