.donate-quick-banner {
  position: relative;
  padding: 40px 60px;
}
@media (max-width: 767px) {
  .donate-quick-banner {
    padding: 0;
  }
}
.donate-quick-banner__back {
  display: none;
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .donate-quick-banner__back {
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    justify-content: center;
    transform: scale(-1);
  }
}
.donate-quick-banner__container {
  background-color: #004C51;
  background-image: url("/wp-content/themes/islamichelp/assets/images/img-back-18.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 24px;
  padding: 80px 48px;
}
@media (max-width: 1200px) {
  .donate-quick-banner__container {
    padding: 64px 32px;
  }
}
@media (max-width: 767px) {
  .donate-quick-banner__container {
    border-radius: 0;
    padding: 103px 0 55px;
  }
}
@media (max-width: 767px) {
  .donate-quick-banner__body._container {
    padding: 0;
  }
}
.donate-quick-banner__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 40px;
  line-height: 100%;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .donate-quick-banner__title {
    flex-direction: column;
    align-items: center;
    font-family: "Antonio", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.91667;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .donate-quick-banner__title svg {
    width: 24px;
  }
}
.donate-quick-banner__content {
  margin: 56px 0 0 0;
}
@media (max-width: 767px) {
  .donate-quick-banner__content {
    margin: 72px 0 0 0;
  }
}
.donate-quick-banner__mobile-text-link {
  display: none;
}
@media (max-width: 767px) {
  .donate-quick-banner__mobile-text-link {
    display: block;
    font-family: "Work Sans", sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    text-align: center;
    color: #fff;
    margin-top: 120px;
  }
}

@media (max-width: 767px) {
  .page-template-donate-from-nav .donate-quick-banner {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */