.donate-explore-header {
  padding: 80px 0 60px;
  position: relative;
}
@media (max-width: 767px) {
  .donate-explore-header {
    padding: 64px 16px 22px;
    background: url("/wp-content/themes/islamichelp/assets/images/donate-mobile-explore-bg.png") no-repeat top -153px center;
  }
}
.donate-explore-header__back {
  display: none;
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .donate-explore-header__back {
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    justify-content: center;
    transform: scale(-1);
  }
}
.donate-explore-header__title {
  max-width: 410px;
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #004c51;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .donate-explore-header__title {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 24px;
  }
}
.donate-explore-header__description {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.77778;
  color: #012527;
}
@media (max-width: 767px) {
  .donate-explore-header__description {
    font-size: 16px;
    line-height: 2;
  }
}

.page-template-donate-from-nav .donate-explore-header {
  display: none;
}/*# sourceMappingURL=style.css.map */