/* =========================================================
   CONTACT US PAGE STYLES
========================================================= */

/* Rounded corners for images in content */
.contact-us .our-company-block-bild-left .imgcontent img {
  border-radius: 10px !important;
}

/* Green line after contact us section */
.contact-us .contact-block-title::after {
  content: "" !important;
  display: block !important;
  width: 80px !important;
  height: 3px !important;
  background: var(--clr-accent) !important;
  margin: 10px 0 !important;
  border-radius: 2px !important;
}

/* Gray background for area-9 on contact-us page */
.contact-us #area-9.main-screen {
  background-color: #f5f5f5 !important;
}

@media (max-width: 1199px) {
  .contact-us .contact-block-title {
    text-align: center !important;
    margin-top: 30px !important;
  }

  .contact-us .contact-block-title::after {
    margin: 10px auto 0 !important;
  }
}
