.contactUsSection{
    background: rgb(197 197 197 / 59%);
    color: rgb(18, 58, 99);
    margin: 20px;
    border-radius: 40px;
    width: 70%;
    margin-right: 15vw;
    margin-left: 15vw;
    margin-top: 25vh;
}

.rightColumnData{
    align-items: flex-start;
}

.whatsappDiv{
    flex-direction: row;
    align-items: center;
}
.whatsapp-ico{
    filter: invert(1);
    /* background-color: green; */
}
.whatsappChatUs{
    color: black;
    font-weight: 500;
    text-decoration: underline;
}
.bodyClass{
    height: 100vh;
}


@media (max-width: 768px) {
    .bodyClass{
        height: 100%;
    }
    .contactUsSection{
        margin-top: 20vh;
    }
    .bs-icon.bs-icon-rounded {
        width: 30px !important;
    }
    .justify-content-center {
        position: relative;
        gap: 32px;
    }
}
@media (max-width: 280px) {
    .container.position-relative {
        font-size: 12px;
    }
}