
 /* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 

    
 }


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 

    .hero-section h3{
        font-size: 20px;
        padding: 0px 0;
    }
 }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 

    .hero-section h3{
        font-size: 21px;
        padding: 9px 0;
    }

 }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 


    .hero-section h3{
        font-size: 25px;
        padding: 8px 0;
    }

 }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

    .hero-section h3{
        font-size: 29px;
        padding: 5px 0;
    }


 }