.donate-hero {
  padding: 80px 0 60px;
}
@media (max-width: 767px) {
  .donate-hero {
    padding: 64px 16px 252px;
    background: url("/wp-content/themes/islamichelp/assets/images/donate-mobile-hero-bg.png") no-repeat bottom -80px center;
  }
}
.donate-hero__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-hero__title {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 24px;
  }
}
.donate-hero__description {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.77778;
  color: #012527;
}
@media (max-width: 767px) {
  .donate-hero__description {
    font-size: 16px;
    line-height: 2;
  }
}
.donate-hero__mobile-text {
  display: none;
}
@media (max-width: 767px) {
  .donate-hero__mobile-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 42px;
    margin-top: 42px;
  }
}
.donate-hero__mobile-donate-text {
  border-radius: 100px;
  background: #004c51;
  border: 1px solid #004c51;
  max-width: 326px;
  width: 100%;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.donate-hero__mobile-donate-text svg path {
  transition: all 0.5s ease 0s;
}
.donate-hero__mobile-donate-text:hover {
  background: #fff;
  color: #004c51;
  border: 1px solid #004c51;
}
.donate-hero__mobile-donate-text:hover svg path {
  fill: #004c51;
}
.donate-hero__mobile-or-text {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: #5f6d6e;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.donate-hero__mobile-or-text::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #a6c0c2;
}
.donate-hero__mobile-or-text::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #a6c0c2;
}
.donate-hero__mobile-explore-text {
  border: 1px solid #004c51;
  border-radius: 100px;
  background: #fffdf6;
  max-width: 326px;
  width: 100%;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #004c51;
  transition: all 0.5s ease 0s;
}
.donate-hero__mobile-explore-text svg path {
  transition: all 0.5s ease 0s;
}
.donate-hero__mobile-explore-text:hover {
  background: #004c51;
  color: #fff;
  border: 1px solid #004c51;
}
.donate-hero__mobile-explore-text:hover svg path {
  fill: #fff;
}/*# sourceMappingURL=style.css.map */