<style>


.hero-section h1 {
    color: #203a7a;
    font-size: 46px;  line-height: 52px; 
      font-weight: bold;} 

.hero-section {margin-top:20px;  }
}



@media screen and (max-width: 767px) {

    .hero-section h1 {
        font-size: 32px; /* Adjust for smaller screens */  line-height: 36px; 
    }
}



</style>