.bg-icon:hover{
    cursor: pointer;
}
.why-choose-us-cards{
    gap: 1rem;
}
.why-choose-us-card{
    flex: 1;
}
.hero-container{
    gap: 3rem;    
}
.hero-content{
    flex: 1;
}
.hero-form{
    flex: 1;
}
@media(max-width: 991px){
    .hero-container{
        flex-direction: column;
        text-align: center;
    }
    .hero-form{
        width: 100%!important;
    }
}
@media(max-width: 576px){
    .hero{
        background: none;
    }
    .why-choose-us-card{
        margin-bottom: 1rem;
    }
    .get-started-now-container{
        flex-direction: column-reverse;
    }
    .get-started-now-container img{
        margin-bottom: 1rem;
    }
    .buttons{
        flex-direction: column-reverse;

    }
    .cta{
        margin-right: 0!important;
        margin-bottom: 1rem;
    }
    .lg-icon{
        text-align: center;
    }
    .page-heading{
        margin-bottom: 1rem!important;
    }
    
}