@media screen and (max-width: 767px) {
  .quote__container._container {
    padding: 0;
  }
}
.quote__body {
  background: #004c51 url("/wp-content/themes/islamichelp/assets/images/north-pattern-white-1200-346.png") no-repeat top center;
  border-radius: 24px;
  padding: 56px;
}
@media screen and (max-width: 767px) {
  .quote__body {
    padding: 48px 32px;
    border-radius: 0;
  }
}
.quote__text {
  margin-top: 32px;
  font-family: "Karla", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 26px;
  line-height: 143%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .quote__text {
    font-size: 20px;
    line-height: 160%;
  }
}
.quote__author {
  margin-top: 54px;
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .quote__author {
    margin-top: 32px;
    font-size: 12px;
    line-height: 133%;
  }
}/*# sourceMappingURL=style.css.map */