.about-us-hero {
  background: url("/wp-content/themes/islamichelp/assets/images/contacts-pattern.webp") no-repeat top center;
  background-size: cover;
}
@media (max-width: 991px) {
  .about-us-hero {
    background: none;
  }
}
@media (max-width: 480px) {
  .about-us-hero__content {
    background: url("/wp-content/themes/islamichelp/assets/images/contacts-pattern-mobile.webp") no-repeat center;
  }
}
.about-us-hero__body {
  display: flex;
  gap: 2rem;
  padding: 5rem 0 3.5625rem;
  border-bottom: 1px solid #004c51;
}
@media (max-width: 991px) {
  .about-us-hero__body {
    padding: 1rem 0 3rem;
    flex-direction: column;
    gap: 3rem;
  }
}
.about-us-hero__media {
  position: relative;
  border: 1px solid #012527;
  border-radius: 1.5rem;
  overflow: hidden;
  max-width: 584px;
  width: 100%;
}
@media (max-width: 991px) {
  .about-us-hero__media {
    max-width: 100%;
  }
  .about-us-hero__media img {
    width: 100%;
    height: auto;
  }
}
.about-us-hero__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.about-us-hero__play-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.about-us-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;
}
.about-us-hero__title-desktop {
  display: block;
}
.about-us-hero__title-mobile {
  display: none;
}
@media (max-width: 991px) {
  .about-us-hero__title {
    margin-bottom: 0;
    padding: 0 16px;
    font-size: 80px;
    line-height: 69px;
    margin-top: 48px;
  }
  .about-us-hero__title-desktop {
    display: none;
  }
  .about-us-hero__title-mobile {
    display: block;
  }
}
.about-us-hero__subtitle {
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 143%;
  color: #004c51;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about-us-hero__subtitle {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 48px;
  }
}
@media (max-width: 480px) {
  .about-us-hero__subtitle {
    max-width: 326px;
    margin-bottom: 38px;
  }
}
.about-us-hero__description {
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 178%;
  color: #012527;
}
@media (max-width: 991px) {
  .about-us-hero__description {
    font-size: 16px;
    line-height: 200%;
  }
}/*# sourceMappingURL=style.css.map */