.contactUs {
  color: white;

  position: relative;

  padding: 3.375rem 0;

  [class~="bg-image"] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url("../../../public/images/about-us/contact-us.jpg");
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: cover;
    z-index: -1;
  }

  [class~="wrapper"] {
    width: 100%;

    @media screen and (min-width: 1024px) {
      width: 80%;
    }
  }
}
