.watch-single-project-push {
  margin: 80px 0;
}
.watch-single-project-push__media {
  border: 1px solid #012527;
  border-radius: 24px;
  max-width: 900px;
  position: relative;
  overflow: hidden;
  height: 506px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .watch-single-project-push__media {
    height: 201px;
  }
}
.watch-single-project-push__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.watch-single-project-push__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.watch-single-project-push__btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.watch-single-project-push__body {
  padding-top: 56px;
}
@media (max-width: 767px) {
  .watch-single-project-push__body {
    padding-top: 48px;
    background: url("/wp-content/themes/islamichelp/assets/images/events-project-push-bg.png") no-repeat top center;
  }
}
.watch-single-project-push__title {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.28571;
  text-transform: uppercase;
  color: #012527;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .watch-single-project-push__title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.watch-single-project-push__text-box {
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .watch-single-project-push__text-box {
    flex-direction: column;
    gap: 26px;
  }
}
.watch-single-project-push__text-box-inner {
  max-width: 560px;
  width: 100%;
}
@media (max-width: 767px) {
  .watch-single-project-push__text-box-inner {
    max-width: 100%;
  }
}
.watch-single-project-push__text-before, .watch-single-project-push__text-after {
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.42857;
  color: #012527;
}
@media (max-width: 767px) {
  .watch-single-project-push__text-before, .watch-single-project-push__text-after {
    font-size: 20px;
    line-height: 1.4;
  }
}
.watch-single-project-push__text-before {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .watch-single-project-push__text-before {
    margin-bottom: 26px;
  }
}
.watch-single-project-push__text-after {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .watch-single-project-push__text-after {
    margin-top: 26px;
  }
}
.watch-single-project-push__text1, .watch-single-project-push__text2 {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.77778;
  color: #012527;
}
.watch-single-project-push__text1 p + p, .watch-single-project-push__text2 p + p {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .watch-single-project-push__text1 p + p, .watch-single-project-push__text2 p + p {
    margin-top: 26px;
  }
}
.watch-single-project-push__text1 a, .watch-single-project-push__text2 a {
  font-weight: 800;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #004c51;
}
.watch-single-project-push__link {
  margin-top: 60px;
  display: inline-flex;
  border-radius: 100px;
  background: #df240c;
  padding: 20px 24px;
  align-items: center;
  gap: 10px;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  transition: all 0.3s ease 0s;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .watch-single-project-push__link {
    font-size: 16px;
    line-height: 1;
    padding: 18px 20px;
  }
}
.watch-single-project-push__link:hover {
  background: #004c51;
}
.watch-single-project-push__link.green {
  background: #004c51;
}
.watch-single-project-push__link.green:hover {
  background: transparent;
  color: #004c51;
  border-color: #004c51;
}
.watch-single-project-push__link.green svg path {
  transition: all 0.3s ease 0s;
}
.watch-single-project-push__link.green:hover svg path {
  fill: #004c51;
}/*# sourceMappingURL=style.css.map */