#articles header nav .news a {
  background: linear-gradient(105deg, #C48E51 17.6%, #FFD9A1 92.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#articles header nav .news a::after {
  opacity: 1;
}

#articles .s2 {
  padding: 13rem 0 8rem;
}

#articles .s2 .container {
  max-width: 1450px;
}

#articles .s2 .back-history {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: 400;
  text-decoration: underline;
  margin-bottom: 2rem;
  padding-bottom: 3px;
  background: linear-gradient(105deg, #C48E51 17.6%, #FFD9A1 92.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  transition: opacity .3s ease;
}

#articles .s2 .back-history:hover {
  opacity: .7;
}

#articles .s2 .back-history::after {
  content: '';
  position: absolute;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(105deg, #C48E51 17.6%, #FFD9A1 92.59%);
}

#articles .s2 h1 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-weight: 200;
  font-size: 3.5rem;
  line-height: 1.14em;
  margin-bottom: 1rem;
}

#articles .s2 p.date {
  font-size: 1.2rem;
  line-height: 1.33em;
  font-weight: 400;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .7rem;
  margin-bottom: 2rem;
}

#articles .s2 p.date span {
  display: inline-block;
  height: 1.7rem;
  opacity: 0.5;
  width: 1px;
  background-color: #787D85;
}

#articles .s2 .bottom {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}

#articles .s2 .left {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem .75rem;
  width: 10rem;
  height: 100%;
}

#articles .s2 .left p {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  width: 100%;
}

#articles .s2 .left a {
  width: 2.5rem;
  height: 2.5rem;
  border: solid 1px #C48E51;
  border-radius: 50%;
  position: relative;
  transition: border-color .3s ease;
  cursor: pointer;
}

#articles .s2 .left a:hover {
  border-color: #FFD9A1;
}

#articles .s2 .left a svg {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#articles .s2 .left a svg .st0 {
  stroke: #C48E51;
  transition: stroke .3s ease;
}

#articles .s2 .left a svg .st1 {
  fill: #C48E51;
  transition: fill .3s ease;
}

#articles .s2 .left .email:hover svg .st0, #articles .s2 .left .share:hover svg .st0 {
  stroke: #FFD9A1;
}

#articles .s2 .left .linkedin:hover svg .st1 {
  fill: #FFD9A1;
}

#articles .s2 .left .copy-feedback {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #787D85;
  padding: 5px 9px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  transition: opacity 0.3s ease;
  pointer-events: none;
  display: none;
}

#articles .s2 .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 1150px;
}

#articles .s2 .right * {
  color: #787D85;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
}

#articles .s2 .right h2 {
  font-weight: 200;
  font-size: 2rem;
  line-height: 1.14em;
}

#articles .s2 .right h3 {
  font-weight: 200;
  font-size: 1.65rem;
  line-height: 1.14em;
}

#articles .s2 .right h4 {
  font-weight: 200;
  font-size: 1.4rem;
  line-height: 1.14em;
}

#articles .s2 .right ul, #articles .s2 .right ol {
  padding-left: 1.25rem;
}

#articles .s2 .right ul > ul, #articles .s2 .right ul > ol, #articles .s2 .right ol > ul, #articles .s2 .right ol > ol {
  padding-left: 2.5rem;
}

#articles .s2 .right strong {
  font-weight: 700;
}

#articles .s2 .right a {
  color: #C48E51;
}

#articles .s2 .right a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 980px) {
  #articles .s2 .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  #articles .s2 {
    padding: 10rem 0 5rem;
  }
  #articles .s2 h1 {
    font-size: 2.5rem;
  }
  #articles .s2 h2 {
    font-size: 1.8rem;
  }
  #articles .s2 h3 {
    font-size: 1.55rem;
  }
  #articles .s2 h4 {
    font-size: 1.4rem;
  }
  #articles .s2 .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
