.policies-hero {
  background: url("/wp-content/themes/islamichelp/assets/images/contacts-pattern.webp") no-repeat top center;
  background-size: cover;
}
@media (max-width: 991px) {
  .policies-hero {
    background: none;
  }
}
@media (max-width: 991px) {
  .policies-hero__container._container {
    padding: 0 !important;
  }
}
@media (max-width: 480px) {
  .policies-hero__content {
    background: none;
  }
}
.policies-hero__content nav.breadcrumbs-block {
  margin-top: 32px;
}
.policies-hero__body {
  display: flex;
  gap: 5rem;
  padding: 5rem 0 2.5rem;
}
@media (max-width: 991px) {
  .policies-hero__body {
    padding: 0 0 3.0625rem;
    flex-direction: column;
    gap: 3rem;
    border-bottom: 1px solid #004c51;
  }
}
.policies-hero__media {
  max-width: 600px;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .policies-hero__media {
    max-width: 100%;
  }
}
.policies-hero__image-wrapper {
  border: 1px solid #012527;
  border-radius: 0 1.5rem 1.5rem 0;
  overflow: hidden;
  margin-left: -120px;
}
@media (min-width: 1441px) {
	.policies-hero__image-wrapper {
  border-radius: 1.5rem;
}
}
@media (max-width: 991px) {
  .policies-hero__image-wrapper {
    margin-left: 0;
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .policies-hero__image-wrapper img {
    width: 100%;
    height: auto;
  }
}
.policies-hero__content {
  margin-top: 2.25rem;
}
@media (max-width: 991px) {
  .policies-hero__content {
    margin-top: 0;
    padding: 0 2rem;
  }
}
.policies-hero__title {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  color: #012527;
  margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .policies-hero__title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 0;
  }
}
.policies-hero__description {
  font-family: "TestSohne-Buch", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 178%;
  color: #012527;
}
@media (max-width: 991px) {
  .policies-hero__description {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */