@media only screen and (max-width: 900px) {
    .formOjbect.contact {
        width: auto;
        margin: auto;
        box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
        border-radius: 10px;
        padding: 15px;
    }
    .footer-tex.menu {
        margin-top: 0px !important;
    }
    .footer_top .col {
        padding-bottom: 0px !important;
    }
}
