@charset "UTF-8";
.where-we-work-crisis-push {
  padding: 40px 0 96px;
}
.where-we-work-crisis-push__body {
  border: 1px solid #012527;
  border-radius: 24px;
  background: #012527;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.where-we-work-crisis-push__content {
  padding: 56px 12px 56px 56px;
}
@media (max-width: 767px) {
  .where-we-work-crisis-push__content {
    padding: 48px 24px 16px;
    background: url("/wp-content/themes/islamichelp/assets/images/north-pattern-white-294-174.png") no-repeat top center;
  }
}
.where-we-work-crisis-push__title {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 129%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .where-we-work-crisis-push__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 50%;
    margin-bottom: 24px;
  }
}
.where-we-work-crisis-push__description {
  max-width: 400px;
  font-family: "Test Söhne", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
.where-we-work-crisis-push__link {
  border-radius: 100px;
  border: 1px solid #df240c;
  background: #df240c;
  padding: 20px 24px;
  display: inline-flex;
  margin-top: 40px;
  align-items: center;
  gap: 12px;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 0;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.where-we-work-crisis-push__link:hover {
  background: transparent;
}
.where-we-work-crisis-push__media {
  position: relative;
  max-width: 600px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .where-we-work-crisis-push__media {
    display: none;
  }
}
.where-we-work-crisis-push__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.where-we-work-crisis-push__overlay {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.where-we-work-crisis-push__btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}/*# sourceMappingURL=style.css.map */