
@media only screen and (max-width: 992px) {
  .position-nav {
    margin-left: 0;
    float: none;
  }
  .w-home {
    width: 100%;
  }
  .w-select-home {
    width: 50%;
  }
  .m-contact-card {
    margin-top: -10%;
  }
}

@media only screen and (max-width: 768px) {
  .w-100-res {
    width: 100% !important;
  }
  .bg-contact-us {
    background-image: none;
  }
  .w-contact-us {
    width: 100%;
    text-align: left;
  }
  .w-contact-us h1,
  .w-contact-us h6 {
    color: initial;
  }
  .card-login {
    height: auto;
    border-top-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
  }
  .w-footer-login {
    width: 100%;
  }
}
