.white-theme .news-content_title h3::before {
  border: 0.1rem solid rgba(27, 29, 32, 0.2);
}

.news .container .heading-2 {
  font-size: 2.4rem;
  line-height: 120%;
}

.news-content_title + .news-content_textarea p {
  margin-top: 0;
}

.news-content {
  max-width: 65.5rem;
  margin: 0 auto;
}

.news-content_video {
  margin-bottom: 2rem;
  padding-bottom: 55%;
}

.news-content_video--play {
  position: absolute;
  border-radius: 50%;
  width: 4.6rem;
  height: 4.6rem;
  background: #9C6460;
  border: 0.2rem solid #9C6460;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

.news-content_video--play:hover {
  background: #F6F3F0;
  border: 0.2rem solid #9C6460;
}

.news-content_video--play:hover::before {
  border-left: 1.5rem solid #9C6460;
}

.news-content_video--play::before {
  content: "";
  position: absolute;
  border: 0.9rem solid transparent;
  border-left: 1.5rem solid white;
  top: 50%;
  left: calc(50% - -0.7rem);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.news-content_video video {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-content_textarea {
  margin-bottom: 2rem;
}

.news-content_textarea p {
  font-size: 1.4rem;
  line-height: 190%;
  margin-top: 2rem;
}

.news-content_title {
  padding: 2rem 0;
}

.news-content_title ::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 0.1rem solid rgba(246, 243, 240, 0.2);
  top: -2rem;
}

.news-content_title h3 {
  font-size: 1.8rem;
  line-height: 140%;
  margin-bottom: 2rem;
  font-weight: 600;
}

.news-content_img {
  padding-bottom: 54%;
}

.news-content_img picture,
.news-content_img img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.news-content_img picture img {
  width: 100%;
  margin-bottom: 2rem;
  max-height: 33.6rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-numbered_list li {
  list-style-type: inherit;
  line-height: 150%;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  margin-left: 1.8rem;
}

.news-numbered_list li:last-child {
  margin-bottom: 4rem;
}

.news-numbered_list li::marker {
  font-weight: bold;
}

.news-bulleted_list li {
  list-style-type: disc;
  line-height: 150%;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  margin-left: 1.8rem;
}

.news-bulleted_list li:last-child {
  margin-bottom: 4rem;
}

.news-bulleted_list li::marker {
  color: #9C6460;
}

.news-autor {
  padding: .7rem 2.3rem;
  background: #9C6460;
  border-radius: 3.7rem;
  font-weight: 500;
  font-size: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5rem;
}

.news-socialmedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 8rem;
}

.news-socialmedia:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 0.1rem solid rgba(246, 243, 240, 0.2);
  top: 3.5rem;
}

.news-socialmedia_item--span {
  font-family: Roboto Slab;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-right: 2.5rem;
}

.news-socialmedia_item--link_href {
  margin-right: 2rem;
}

.news-socialmedia_item--link_href:hover {
  opacity: .5;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.news-socialmedia_item--link_href:last-child {
  margin-right: 0;
}

.news-socialmedia_data {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: right;
  text-transform: uppercase;
  font-family: Roboto Slab;
  margin-bottom: 2.5rem;
}

.news-socialmedia_items {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 600px) {
  .news .container .heading-2 {
    font-size: 4.8rem;
    line-height: 120%;
    padding-right: 18%;
  }

  .news-content_video--play {
    width: 8.2rem;
    height: 8.2rem;
  }

  .news-content_video--play:hover::before {
    border-left: 2.2rem solid #9C6460;
  }

  .news-content_video--play::before {
    border: 1.5rem solid transparent;
    border-left: 2.2rem solid white;
    left: calc(50% - -1.2rem);
  }

  .news-content_textarea p {
    font-size: 1.6rem;
    line-height: 190%;
    /* margin-top: 4rem; */
    margin-top: 0;
  }

  .news-content_title h3 {
    font-size: 2.4rem;
    line-height: 140%;
  }

  .news-numbered_list li {
    font-size: 1.6rem;
    line-height: 190%;
  }

  .news-bulleted_list li {
    font-size: 1.6rem;
    line-height: 190%;
  }

  .news-socialmedia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 8rem;
  }

  .news-socialmedia:after {
    top: 3rem;
  }

  .news-socialmedia_item--link_href {
    margin-right: 3rem;
  }

  .news-socialmedia_items {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: auto;
  }
}