.contact-hero {
  background: url("/wp-content/themes/islamichelp/assets/images/contacts-pattern.webp") no-repeat top center;
  background-size: cover;
}
@media (max-width: 991px) {
  .contact-hero {
    background: none;
  }
}
@media (max-width: 480px) {
  .contact-hero__content {
    background: url("/wp-content/themes/islamichelp/assets/images/contacts-pattern-mobile.webp") no-repeat center;
  }
}
.contact-hero__content nav.breadcrumbs-block {
  margin-top: 32px;
}
.contact-hero__body {
  display: flex;
  gap: 2rem;
  padding: 5rem 0 3.5625rem;
  border-bottom: 1px solid #004c51;
}
@media (max-width: 991px) {
  .contact-hero__body {
    padding: 1rem 0 3rem;
    flex-direction: column;
    gap: 3rem;
    border-bottom: none;
  }
}
.contact-hero__media {
  border: 1px solid #012527;
  border-radius: 1.5rem;
  overflow: hidden;
  max-width: 584px;
  width: 100%;
}
@media (max-width: 991px) {
  .contact-hero__media {
    max-width: 100%;
  }
  .contact-hero__media img {
    width: 100%;
    height: auto;
  }
}
.contact-hero__title {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 88px;
  line-height: 100%;
  text-transform: uppercase;
  color: #004c51;
  margin-bottom: 2.5rem;
  max-width: 400px;
}
@media (max-width: 991px) {
  .contact-hero__title {
    margin-bottom: 3rem;
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .contact-hero__title {
    max-width: 360px;
  }
}
.contact-hero__description {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.77778;
  color: #012527;
}
@media (max-width: 991px) {
  .contact-hero__description {
    font-size: 16px;
    line-height: 200%;
  }
}/*# sourceMappingURL=style.css.map */