.short-impact {
  padding: 56px 0;
  background: #004C51 url(/wp-content/themes/islamichelp/assets/images/green-links.jpg) no-repeat center/cover;
}
.short-impact__body {
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .short-impact__body {
    flex-direction: column;
    gap: 24px;
  }
}
.short-impact__content {
  max-width: 560px;
  width: 100%;
}
@media (max-width: 767px) {
  .short-impact__content {
    max-width: 100%;
  }
}
.short-impact__media {
  max-width: 600px;
  width: 100%;
  position: relative;
  border-radius: 24px;
  border: 1px solid #012527;
  overflow: hidden;
}
@media (max-width: 767px) {
  .short-impact__media {
    max-width: 100%;
  }
}
.short-impact__media-video-overlay {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.short-impact__media-video-btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.short-impact__media-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.short-impact__title {
  margin: 48px 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 125%;
  text-transform: capitalize;
  color: #fff;
}
@media (max-width: 767px) {
  .short-impact__title {
    margin: 0 0 16px;
  }
}
.short-impact__text {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
  color: #fff;
}/*# sourceMappingURL=style.css.map */