#article header {
  background: #fff;
}

#article .s3 {
  padding: 15rem 0 7.5rem 0;
}

#article .s3 .back {
  width: 100%;
  padding: 20px 0;
  border-top: solid 1px #798A99;
  border-bottom: solid 1px #798A99;
  position: absolute;
  top: 130px;
}

#article .s3 .back .back-btn {
  display: block;
  max-width: 1405px;
  width: calc(100% - 2rem);
  margin: 0 auto;
  color: #798A99;
  font-size: 16px;
  font-weight: 400;
}

#article .s3 .back .back-btn span {
  margin-left: 10px;
}

#article .s3 .back .back-btn:hover {
  color: #E27530;
  transition: color .5s ease;
}

#article .s3 .back .back-btn:hover svg path {
  fill: #E27530;
  transition: all .5s ease;
}

#article .s3 .content {
  max-width: 1160px;
  margin: 0 auto;
}

#article .s3 .top {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  max-width: 966px;
  margin: 0 auto 2rem auto;
}

#article .s3 .top .share-links a {
  display: inline-block;
  margin-left: 8px;
}

#article .s3 h1 {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 100;
  font-size: 2.5rem;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #333F49;
  max-width: 966px;
  margin: 0 auto 4rem;
}

#article .s3 img {
  display: block;
  max-width: 100%;
  margin-bottom: 4rem;
}

#article .s3 h2, #article .s3 h3, #article .s3 h4, #article .s3 h5, #article .s3 p {
  max-width: 966px;
  margin: 0 auto;
}

#article .s3 h2 {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 100;
  font-size: 2.3rem;
  line-height: 1.3em;
  color: #333F49;
  margin: 1rem auto;
}

#article .s3 h3 {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 100;
  font-size: 1.7rem;
  line-height: 1.3em;
  color: #333F49;
  margin: 1rem auto;
}

#article .s3 .full > ce {
  text-align: left;
  font-family: "montserrat";
  font-style: normal;
  font-weight: 300;
  color: #333F49;
  font-size: .9rem;
  line-height: 1.65em;
}

@media screen and (max-width: 767px) {
  #article .s3 {
    padding-bottom: 5rem;
  }
  #article .s3 img {
    margin-bottom: 3rem;
  }
  #article .s3 .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
  #article .s3 h1 {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  #article .s3 h2 {
    font-size: 1.7rem;
  }
  #article .s3 h3 {
    font-size: 1.4rem;
  }
}
