.custom-select{
    height: 48px;
    background-color: #F5F9FF;
}
.contact-us-cards{
    gap: 1rem;
}
.contact-us-card{
    flex: 1;
}
@media(max-width: 991px){
    .hero{
        height: 400px;
    }
    .contact-us-cards{
        flex-direction: column;
        width: 100%;
    } 
}
@media(max-width: 576px){
    .hero{
        height: 500px;
        background: none;
    }
    .contact-us-cards{
        flex-direction: column;
    }
    .contact-us-card{
        margin-bottom: 1.5rem;
        margin-left: 0!important;
        margin-right: 0!important;
    }
}