.watch-single-content {
  background: #FEFDF6;
  padding-bottom: 50px;
  padding-top: 0;
}
.watch-single-content__donate {
  font: 700 18px/1.2em "Work Sans", sans-serif;
  color: #fff;
  background: #DF240C;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 12px;
  border-radius: 24px;
  overflow: hidden;
  max-height: 48px;
  min-height: 48px;
  padding: 0 24px;
  transition: all 0.3s ease 0s;
}
.watch-single-content__donate:hover {
  background: #8f1202;
  color: #F1EEE7;
}
.watch-single-content__share_link {
  display: inline-flex;
  gap: 8px 12px;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .watch-single-content__share_link {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .watch-single-content__share_link {
    flex-direction: column;
  }
}
.watch-single-content__share_link .share_link__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #012527;
  overflow: hidden;
  max-height: 48px;
  min-height: 48px;
  padding: 0 19px;
  transition: all 0.3s ease 0s;
}
.watch-single-content__share_link .share_link__item img {
  max-height: 48px;
}
.watch-single-content__date {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: #012527;
  margin-bottom: 48px;
  text-transform: uppercase;
}
.watch-single-content__container._container {
  max-width: 832px;
  margin: 0 auto;
}
.watch-single-content__title {
  font: 700 32px/1.2em "Antonio", sans-serif;
  color: #012527;
  margin-bottom: 56px;
  max-width: 420px;
  width: 100%;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .watch-single-content__title {
    max-width: 100%;
    font: 700 28px/1.2em "Antonio", sans-serif;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .watch-single-content__title {
    font: 700 24px/1.2em "Antonio", sans-serif;
    margin-bottom: 24px;
  }
}
.watch-single-content__box {
  font: 400 18px/2em "Karla", sans-serif;
  color: #012527;
}
@media (max-width: 767px) {
  .watch-single-content__box {
    font: 400 16px/2em "Karla", sans-serif;
  }
}
.watch-single-content__box p {
  margin-bottom: 24px;
}
.watch-single-content__box a {
  color: #004C51;
  text-decoration: underline;
  font-weight: 900;
}
.watch-single-content__box h1 {
  font-family: "Work Sans", sans-serif;
  color: #012527;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 34px;
}
.watch-single-content__box h2 {
  font-family: "Work Sans", sans-serif;
  color: #012527;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 31px;
}
.watch-single-content__box h3 {
  font-family: "Work Sans", sans-serif;
  color: #012527;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 28px;
}
.watch-single-content__box h4 {
  font-family: "Work Sans", sans-serif;
  color: #012527;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 26px;
}
.watch-single-content__box h5 {
  font-family: "Work Sans", sans-serif;
  color: #012527;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 20px;
}

body.single-news_impact {
  background: #FEFDF6;
}/*# sourceMappingURL=style.css.map */