#article .s1 {
  padding: 11rem 0 8rem 0;
  background: #EBEEF4;
}

#article .s1 h3, #article .s1 h4, #article .s1 p {
  color: #2B2F36;
}

#article .s1 h4, #article .s1 p {
  font-family: "tt-commons-pro";
  font-style: normal;
  font-weight: 300;
}

#article .s1 h2 {
  font-weight: 300;
  font-size: 4.5rem;
  line-height: 5rem;
  color: #1A2B57;
  margin-bottom: 5rem;
}

#article .s1 .global-btn {
  color: #1A2B57;
}

#article .s1 .global-btn img {
  transform: translate(-50%, -50%) rotate(180deg);
}

#article .s1 .share-links {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: solid 1px #2B2F36;
  gap: 2rem;
}

#article .s1 .share-links p {
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1.2rem;
  letter-spacing: 0.225rem;
  opacity: 0.6;
  font-weight: 500;
}

#article .s1 .share-links > div {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

#article .s1 .share-links a:hover svg path {
  transition: all .3s ease;
  fill: #4F81BD;
}

#article .s1 .date {
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1.2rem;
  letter-spacing: 0.225rem;
  opacity: 0.6;
  font-weight: 500;
}

#article .s1 h3 {
  font-family: "cormorant-garamond";
  font-style: normal;
  font-weight: 300;
  font-size: 3rem;
  line-height: 3.2rem;
  margin: 1.5rem 0 3rem 0;
}

#article .s1 .wrap {
  color: #2B2F36;
}

#article .s1 .wrap img {
  display: block;
  margin-bottom: 1rem;
  max-width: 100%;
}

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

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

#article .s1 .wrap a {
  color: #1A2B57;
  transition: opacity .3s ease;
}

#article .s1 .wrap a:hover {
  opacity: 0.7;
}

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

#article .s1 .wrap ul li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 10px;
}

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

/**** MEDIA ***/
@media screen and (max-width: 767px) {
  #article .s1 {
    padding: 8rem 0 5rem;
  }
  #article .s1 .share-links {
    margin-bottom: 1rem;
  }
  #article .s1 .share-links svg {
    width: 20px;
  }
  #article .s1 h3 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  #article .s1 .share-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
