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

#article .s2 .container-inner {
  width: calc(100% - 2rem);
  max-width: 1240px;
  margin: 0 auto;
}

#article .s2 .back-btn {
  display: block;
  max-width: 338px;
  text-align: right;
  font-size: 0.9rem;
  padding-top: 1.1rem;
  color: #595959;
  border-top: solid 2px #293F80;
  position: relative;
  transition: color .3s ease;
}

#article .s2 .back-btn:hover {
  color: #4292E8;
}

#article .s2 .back-btn::before {
  content: '';
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background: url(/i/arrow-left.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 75%;
  transform: translateY(-50%);
}

#article .s2 .wrap {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 2.5rem;
  border-top: solid 1px rgba(0, 61, 77, 0.2);
  padding-top: 2.5rem;
}

#article .s2 .left {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

#article .s2 .right {
  font-size: 0.9rem;
  line-height: 1.3em;
}

#article .s2 .right .date {
  font-size: 15px;
  letter-spacing: 1.95px;
  text-transform: uppercase;
  color: #293F80;
  font-weight: 600;
  margin-bottom: 15px;
}

#article .s2 .right h1 {
  font-size: 1.55rem;
  line-height: 1.4em;
  font-weight: 400;
  color: #1E1E1E;
  margin-bottom: 1.55rem;
}

#article .s2 .right h2 {
  font-size: 1.2rem;
  line-height: 1.3em;
  font-weight: 400;
  color: #1E1E1E;
  margin-bottom: 1rem;
}

#article .s2 .right h3 {
  font-size: 1.1rem;
  line-height: 1.2em;
  font-weight: 400;
  color: #1E1E1E;
  margin-bottom: 1rem;
}

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

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

#article .s2 .right ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}

#article .s2 .right ul li::before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #293F80;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #article .s2 {
    padding: 9rem 0 5rem 0;
  }
  #article .s2 .back-btn {
    max-width: 250px;
  }
  #article .s2 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #article .s2 .left {
    flex-direction: row;
  }
  #article .s2 .left a {
    display: block;
  }
  #article .s2 .left a svg {
    width: 100%;
  }
  #article .s2 .left .email {
    max-width: 26px;
  }
  #article .s2 .left .facebook {
    max-width: 18px;
  }
  #article .s2 .left .x {
    max-width: 15px;
  }
  #article .s2 .right .date {
    font-size: 13px;
  }
}
