.board-hero {
  background: url("/wp-content/themes/islamichelp/assets/images/board-hero-bg.svg") no-repeat top center/cover;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.board-hero .board-hero__body ._container{
	padding: 0;
}
@media (max-width: 1232px) {
  .board-hero {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .board-hero {
    border-bottom: 1px solid #012527;
  }
}
@media (max-width: 767px) {
  .board-hero {
    padding: 0;
    background-image: none;
  }
}
@media (max-width: 992px) {
  .board-hero__container._container {
    padding: 0;
  }
}
.board-hero__body {
  display: flex;
  gap: 80px;
  padding-top: 36px;
  min-height: 406px;
}
@media (max-width: 1232px) {
  .board-hero__body {
    gap: calc(47px + 33 * (100vw - 360px) / 872);
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .board-hero__body {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .board-hero__body {
    padding: 0;
    gap: 0;
  }
}
.board-hero__col-01 {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  max-width: 720px;
  border-radius: 0 24px 24px 0;
  height: fit-content;
  overflow: hidden;
  border: 1px solid #012527;
}
@media (min-width: 1980px) {
  .board-hero__col-01 {
    position: relative;
    top: 0;
    left: -80px;
    border-radius: 24px;
  }
}
@media (max-width: 1320px) {
  .board-hero__col-01 {
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
  }
}
@media (max-width: 992px) {
  .board-hero__col-01 {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .board-hero__col-01 {
    border-top: none;
  }
}
@media (max-width: 992px) {
  .board-hero__col-01 .board-hero__pattern-img {
    width: 100%;
  }
}
.board-hero__col-02 {
  max-width: 520px;
  width: 100%;
  margin: 0 0 0 auto;
}
@media (max-width: 992px) {
  .board-hero__col-02 {
    max-width: 100%;
    margin: 0;
    padding: 0 32px 42px;
  }
}
@media (max-width: 767px) {
  .board-hero__col-02 {
    padding: 49px 16px;
  }
}
.board-hero__title {
  font-size: 40px;
  line-height: 48px;
  color: #012527;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1232px) {
  .board-hero__title {
    font-size: calc(24px + 16 * (100vw - 360px) / 872);
    line-height: calc(32px + 16 * (100vw - 360px) / 872);
  }
}
.board-hero__text {
  margin-top: 40px;
  font: 500 18px/32px "Karla", sans-serif;
  color: #012527;
}
@media (max-width: 1232px) {
  .board-hero__text {
    margin-top: calc(24px + 16 * (100vw - 360px) / 872);
    font-size: calc(16px + 2 * (100vw - 360px) / 872);
  }
}
@media (max-width: 992px) {
  .board-hero__text {
    display: none;
  }
}
.board-hero__text p:not(:last-child) {
  margin: 0 0 20px 0;
}
.board-hero__text p strong {
  text-decoration: underline;
}
.board-hero__label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1232px) {
  .board-hero__label {
    font-size: calc(16px + 2 * (100vw - 360px) / 872);
  }
}
.board-hero__label:hover .text {
  color: #deca3c;
}
.board-hero__label .text {
  transition: all 0.3s ease 0s;
}
.board-hero__label._active .icon .open {
  opacity: 0;
  visibility: hidden;
}
.board-hero__label._active .icon .close {
  opacity: 1;
  visibility: visible;
}
.board-hero__label .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 38px;
  max-height: 38px;
  min-height: 38px;
  min-width: 38px;
  border-radius: 1000px;
  background-color: #195e62;
}
.board-hero__label .icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  transition: all 0.3s ease 0s;
}
.board-hero__label .icon span.close {
  opacity: 0;
  visibility: hidden;
}
.board-hero__desc {
  display: none;
}
.board-hero__answer .wrapper {
  padding: 24px 0 0 0;
  font-size: 18px;
  line-height: 32px;
  font-family: "Karla", sans-serif;
  color: #fff;
}
@media (max-width: 1232px) {
  .board-hero__answer .wrapper {
    font-size: calc(16px + 2 * (100vw - 360px) / 872);
  }
}
.board-hero__answer .wrapper p:not(:last-child) {
  margin: 0 0 20px 0;
}
.board-hero__approved {
  display: flex;
  align-items: center;
  gap: 12px;
}
.board-hero__approved .icon {
  max-width: 38px;
  max-height: 38px;
  min-height: 38px;
  min-width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  background-color: #195e62;
}
.board-hero__approved .text {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1232px) {
  .board-hero__approved .text {
    font-size: calc(16px + 2 * (100vw - 360px) / 872);
  }
}
.board-hero__approved .text strong {
  font-weight: 800;
}

body.page-template-partnerships #page {
  padding-top: 80px;
}
@media (max-width: 767px) {
  body.page-template-partnerships #page {
    padding-top: 73px;
  }
}

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