 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
          
        }

        html,
        body {
            width: 100%;
            height: 100%;
           background: #000012;
            color: #FFFFFF;
            font-family: 'Montserrat' , sans-serif;
           }
           

   .contact-us-hero .hero-content{
    background-image: url(../images/services/contact-us-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    height: 65%;
    width: 80%;
    border-radius: 20px;
    top: 55%;
    .left-hero{
        width: 40%;
        .section-heading{
            text-align: left;
        }
        .section-subtext{
            text-align: left;
        }
    }

   }

       .form-card {
        background-image: url(../images/common-bg/contact-inputs-bg.png);
        padding: 30px;
        border-radius: 12px;
        width: 500px;
        flex: 1;
        min-width: 280px;
        text-align: left;
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
    }

.consultation-section{
    display: none;
}

@media screen and (max-width: 1300px) {
    .consultation-section{
    display: flex;
}
.form{
    display: none;
}
}