.board-ctr {
  padding: 2.5rem 0;
}
@media (max-width: 991px) {
  .board-ctr {
    padding: 3rem 0 2rem;
    background: url("/wp-content/themes/islamichelp/assets/images/policies-pattern.webp") no-repeat top center;
  }
}
@media (max-width: 991px) {
  .board-ctr__container._container {
    padding: 0 32px;
  }
}
.board-ctr__title {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  text-transform: uppercase;
  color: #012527;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .board-ctr__title {
    font-size: 24px;
  }
}
.board-ctr__text {
  display: flex;
  flex-wrap: wrap;
}
.board-ctr__text > * {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #012527;
  width: 100%;
}
@media (max-width: 991px) {
  .board-ctr__text > * {
    font-size: 16px;
    line-height: 200%;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
