.home-newsletter {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-newsletter__body {
  padding-top: 152px;
  padding-bottom: 80px;
  background-image: url("/wp-content/themes/islamichelp/assets/images/line-full.svg");
  background-position: center 130px;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (max-width: 1232px) {
  .home-newsletter__body {
    padding-top: calc(144px + 8 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .home-newsletter__body {
    padding-bottom: calc(72px + 8 * (100vw - 360px) / 872);
  }
}
.home-newsletter__title {
  padding: 64px 0 0 0;
  background-image: url("/wp-content/themes/islamichelp/assets/images/IH-Logo.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  max-width: 200px;
  margin: 0 auto;
  font-size: 56px;
  line-height: 56px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.home-newsletter__btn {
  margin: 28px auto 0 auto;
  background-color: #deca3c;
  padding: 16px 24px;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
  font-size: 18px;
  line-height: normal;
  color: #012527;
  font-weight: 800;
  text-align: center;
  width: 100%;
  max-width: 252px;
  font-family: "Work Sans", sans-serif;
}
.home-newsletter__btn:hover {
  background-color: #012527;
  color: #deca3c;
}/*# sourceMappingURL=style.css.map */