.media-landing-section {
  position: relative;
}
.media-landing-section h1 {
  font-weight: 400 !important;
}
.media-landing-section::before {
  position: absolute;
  content: "";
  top: 32px;
  left: 0;
  background: url(../../images/media/media-before.png) no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 255px;
  height: 100%;
  max-height: 389px;
  z-index: -1;
}
.media-landing-section::after {
  position: absolute;
  content: "";
  bottom: 4px;
  right: 0;
  background: url(../../images/media/media-after.png) no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 372px;
  height: 100%;
  max-height: 392px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .media-landing-section::before {
    max-width: 63px;
    max-height: 86px;
    transform: rotateY(180deg);
    left: auto;
    right: 0;
    top: -6px;
  }
  .media-landing-section::after {
    display: none;
  }
}
.media-landing-section a {
  display: flex;
  flex-direction: column;
}
.media-landing-section .half-circle a {
  display: inline-block !important;
}
.media-landing-section .media-icon {
  display: flex;
  white-space: nowrap;
}
.media-landing-section .media-icon img {
  display: block;
  width: 10px !important;
  height: 10px;
  margin-top: 2px;
  margin-right: 5px;
}

.caret-right {
  position: relative;
}
.caret-right:after {
  content: ">";
  display: inline-block;
  width: 6px;
  height: 5px;
  position: absolute;
  top: 1.6px;
  padding-left: 4px;
}

.viewall-btn .caret-right:after {
  top: 0px;
}

.half-circle {
  background-image: url(../../images/media/half-circle.svg);
  background-repeat: no-repeat;
  background-position: right top;
}
@media only screen and (max-width: 767px) {
  .half-circle {
    background-image: url(../../images/media/half-circle-mobile.svg);
  }
}

@media (min-width: 1025px) {
  .container-955px {
    max-width: 1075px;
    margin: 0px auto;
    padding-left: 110px;
    padding: 0 10px 0 110px;
  }
}
@media (max-width: 1024px) {
  .container-955px {
    padding: 0 10px;
  }
}
.three-col.wit-spac .doc-single__item {
  padding: 0px;
}

.three-col.wit-spac .doc-single__list {
  margin: 0px 0px 20px;
}

@media (min-width: 768px) {
  .three-col .doc-single__item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .three-col .doc-single__item {
    width: 100%;
    border: none !important;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .wit-spac .document__card {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
.document__card__title a:link, .document__card__title a:visited {
  color: #333333;
}

/**/
.news-article-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}/*# sourceMappingURL=media.css.map */