#article header nav ul .insights a::before {
  opacity: 1;
}

#article .img-bg .img-blue {
  background: url(/i/insights.jpg) no-repeat center/cover;
}

#article .s2 {
  padding: 13rem 0 7.5rem 0;
}

#article .s2 .global-btn {
  margin-bottom: 3rem;
}

#article .s2 .share-links {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
  gap: 10px;
}

#article .s2 .share-links span {
  margin-bottom: 0;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0.6;
  margin-right: 1rem;
}

#article .s2 .date {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 2rem;
}

#article .s2 .date .vline {
  width: 1px;
  height: 15px;
  background: #102e4f;
  margin: 0 10px;
}

#article .s2 .date span {
  color: #446b96;
}

#article .s2 h3 {
  margin-bottom: 3rem;
}

#article .s2 .wrap p {
  margin-bottom: 1rem;
}

#article .s2 .wrap p:last-of-type {
  margin-bottom: 0;
}

#article .s2 .wrap ul {
  list-style: none;
  margin-bottom: 1rem;
}

#article .s2 .wrap ul li {
  position: relative;
  font-size: 0.9rem;
  line-height: 1.3em;
  padding-left: 1rem;
  margin-bottom: 10px;
}

#article .s2 .wrap ul li::before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #475768;
  left: 0;
  top: 12px;
}

/***** MEDIA *****/
@media screen and (max-width: 767px) {
  #article .s2 {
    padding: 10rem 0 5rem;
  }
  #article .s2 h3 {
    margin-bottom: 2rem;
  }
  #article .s2 .wrap ul li::before {
    top: 10px;
  }
}
