@media (min-width: 320px) and (max-width: 425px){

    .service-section-header{
        width: 100%;
    }

    .service-section-header h1{
        font-size: 2rem;
        width: 100%;
    }
    
    .service-section-header p{
        font-size: 1rem;
        width: 100%;
        text-align: center;
    }

}

@media (min-width: 425px) and (max-width: 768px){

    .service-section-header{
        width: 100%;
    }

    .service-section-header h1{
        font-size: 2.5rem;
        width: 100%;
    }
    
    .service-section-header p{
        font-size: 1.2rem;
        width: 100%;
        text-align: center;
    }

}
@media (min-width: 768px) and (max-width: 991.98px){


    .service-section-header h1{
        font-size: 2.7rem;
        width: 100%;
    }
    
    .service-section-header p{
        font-size: 1.2rem;
        width: 100%;
        text-align: center;
    }

}
