.impact-content {
  background: #fefdf6;
  padding-bottom: 55px;
  padding-top: 0;
}
.impact-content__date {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: #012527;
  margin-bottom: 48px;
  text-transform: uppercase;
}
.impact-content__container {
  padding-top: 55px !important;
  position: relative;
}
@media (max-width: 991px) {
  .impact-content__container {
    padding-top: 35px !important;
  }
}
.impact-content__container:nth-child(1):before {
  content: "";
  display: block;
  width: calc(100% - 32px);
  height: 1px;
  background: #012527;
  position: absolute;
  top: 1px;
}
.impact-content__description {
  display: flex;
  gap: 1rem 5rem;
  flex-wrap: wrap;
}
.impact-content__description p {
  margin-bottom: 20px;
}
.impact-content__description > * {
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 178%;
  color: #012527;
  width: calc((100% - 5rem) / 2);
}
@media (max-width: 991px) {
  .impact-content__description > * {
    font-size: 16px;
    line-height: 200%;
    width: 100%;
  }
}
.impact-content__title {
  font: 500 28px/1.2em "Antonio", sans-serif;
  text-transform: uppercase;
  color: #012527;
  margin-bottom: 24px;
}
.impact-content .share_link {
  display: inline-flex;
  gap: 8px 12px;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .impact-content .share_link {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .impact-content .share_link {
    flex-direction: column;
  }
}
.impact-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;
}
.impact-content .share_link .share_link__item img {
  max-height: 48px;
}

.watch-content-data__description {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 767px) {
  .watch-content-data__description {
    gap: 32px;
  }
}
.watch-content-data__description div {
  width: calc((100% - 5rem) / 2);
}
.watch-content-data__description div p {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 178%;
  color: #012527;
}
@media (max-width: 767px) {
  .watch-content-data__description div p {
    font-size: 16px;
    line-height: 200%;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */