.volunteer-hero {
  background: url("/wp-content/themes/islamichelp/assets/images/contacts-pattern.webp") no-repeat top center;
  background-size: cover;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .volunteer-hero {
    background: none;
  }
}
@media (max-width: 480px) {
  .volunteer-hero__content {
    background: url("/wp-content/themes/islamichelp/assets/images/contacts-pattern-mobile.webp") no-repeat center;
  }
}
.volunteer-hero__body {
  display: flex;
  gap: 2rem;
  padding: 5rem 0 3.5625rem;
  border-bottom: 1px solid #004c51;
}
@media (max-width: 991px) {
  .volunteer-hero__body {
    padding: 1rem 0 3rem;
    flex-direction: column;
    gap: 0;
  }
}
.volunteer-hero__media {
  border: 1px solid #012527;
  border-radius: 1.5rem;
  overflow: hidden;
  max-width: 584px;
  width: 100%;
}
@media (max-width: 991px) {
  .volunteer-hero__media {
    max-width: 100%;
  }
}
.volunteer-hero__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.volunteer-hero__title {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 88px;
  line-height: 100%;
  text-transform: uppercase;
  color: #004c51;
  margin-top: 60px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .volunteer-hero__title {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}/*# sourceMappingURL=style.css.map */