#article .s2 {
  position: relative;
  padding: 13.5rem 0 7.5rem 0;
}

#article .s2 .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

#article .s2 .left .global-btn {
  padding-right: 0;
  padding-left: 2rem;
  background-position: 0;
  background-image: url(/i/svg/bio-btn-arrow.svg);
  margin-bottom: 2rem;
}

#article .s2 .left .share-links {
  display: flex;
  gap: 14px;
}

#article .s2 .left svg path {
  fill: #444444;
  transition: all .3s ease;
}

#article .s2 .left svg circle, #article .s2 .left svg line, #article .s2 .left svg rect {
  stroke: #444444;
  transition: all .3s ease;
}

#article .s2 .left a:hover svg circle, #article .s2 .left a:hover svg line, #article .s2 .left a:hover svg rect {
  stroke: #006C53;
}

#article .s2 .left a:hover svg path {
  fill: #006C53;
}

#article .s2 .right {
  max-width: 925px;
  margin: 0 auto;
}

#article .s2 .right .date {
  font-size: 0.9rem;
  font-weight: 600;
  opacity: 0.5;
  margin-bottom: 1rem;
}

#article .s2 .right h1 {
  font-family: "Wix Madefor Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2em;
  margin-bottom: 4rem;
  color: #21285D;
}

#article .s2 .right h2, #article .s2 .right h3, #article .s2 .right p {
  margin-bottom: 1rem;
}

#article .s2 .right h3 {
  font-size: 1.5rem;
  margin: 2rem 0 1rem;
}

#article .s2 .right img {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}

#article .s2 .right .full {
  font-family: "Wix Madefor Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5em;
  color: #444444;
}

#article .s2 .right ul {
  list-style: none;
  margin: 1rem 0;
  padding-left: 0.5rem;
}

#article .s2 .right ul li {
  font-family: "Wix Madefor Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5em;
  color: #444444;
  margin-bottom: 10px;
  position: relative;
  padding-left: 0.5rem;
}

#article .s2 .right ul li::before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #444444;
  left: 0;
  top: 0.6rem;
  transform: translate(-50%);
}

#article .s2 .right a {
  color: #21285D;
  transition: color .3s ease;
}

#article .s2 .right a:hover {
  color: #006C53;
}

@media screen and (max-width: 1023px) {
  #article .s2 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
  }
  #article .s2 .right {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  #article .s2 {
    padding: 10rem 0 5rem 0;
  }
  #article .s2 .right h1 {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
