@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card {
    display: block !important;
  }
  .quem--somos header::after {
    left: -100%;
    width: 200vw;
  }
  .row__content--image::after {
    width: 90px;
    height: 90px;
  }
  .contact-us--form__wrapper div + div {
    margin-top: 2rem;
  }
}
