#article .s1 {
  position: relative;
  margin-top: 250px;
  padding-bottom: 150px;
}
#article .s1 .content {
  max-width: 1230px;
}
#article .s1 .btn.back-btn span {
  padding: 20px 30px 20px 50px;
}
#article .s1 .btn.back-btn span::after {
  left: 30px;
  right: initial;
}
#article .s1 .btn.back-btn:hover span::after {
  background-image: url(/i/square-arrow-left.svg);
  left: 20px;
}
#article .s1 h1 {
  font-family: "kepler-std-display";
  font-weight: 300;
  color: #1E2859;
  font-size: 80px;
  line-height: 1;
  margin: 60px 0 40px 0;
}
#article .s1 .content > .cols {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-bottom: 80px;
  border-bottom: 1px solid #A0B8D3;
  align-items: center;
}
#article .s1 .content > .cols > div {
  margin-left: auto;
}
#article .s1 .content > .cols p {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.63px;
  color: #2E3F57;
}
#article .s1 .content > .cols p strong {
  color: #4D8CCA;
  font-weight: 600;
}
#article .s1 a.linkedin {
  background: url(/i/icon-linkedin.svg) no-repeat center/cover;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
#article .s1 a.email {
  background: url(/i/icon-email.svg) no-repeat center/cover;
  display: inline-block;
  width: 30px;
  height: 20px;
}
#article .s1 .wrap {
  display: flex;
  flex-direction: row;
  gap: 80px;
  padding-top: 80px;
}
#article .s1 .left {
  width: 100%;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.63px;
  color: #2E3F57;
}
#article .s1 .left strong {
  font-weight: 600;
}
#article .s1 .left a {
  color: #4D8CCA;
}
#article .s1 .right {
  width: calc(40% - 80px);
}
#article .s1 .right a {
  position: relative;
  width: 100%;
  background: #E9EEF8;
  border-radius: 15px;
  padding: 30px 30px 50px 30px;
  display: block;
  margin-bottom: 20px;
}
#article .s1 .right a:last-child {
  margin-bottom: 0;
}
#article .s1 .right .cols {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#article .s1 .right .img {
  background-size: contain;
  height: 80px;
  width: 100%;
  background-repeat: no-repeat;
  margin: 25px 0;
}
#article .s1 .right h2 {
  font-size: 33px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.33px;
  color: #2E3F57;
  padding-right: 35%;
  margin: 100px 0;
}
#article .s1 .right h4 {
  color: #2E3F57;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.57px;
  position: relative;
  padding-left: 15px;
}
#article .s1 .right h4::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #4D8CCA;
  position: absolute;
  left: 0;
  top: 6px;
}
#article .s1 .right h5 {
  background: #fff;
  border-radius: 15px;
  color: #2E3F57;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.57px;
  padding: 5px 10px;
}
#article .s1 .right h3 {
  font-size: 33px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.33px;
  color: #2E3F57;
  margin-bottom: 20px;
}
#article .s1 .right a p {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.33px;
  color: #2E3F57;
  position: absolute;
  left: 30px;
  bottom: 30px;
}

@media all and (max-width: 1024px) {
  #article .s1 .left {
    width: 100%;
  }
  #article .s1 .right {
    display: none;
  }
}
@media all and (max-width: 979px) {
  #article .s1 h1 {
    font-size: 50px;
  }
}
@media all and (max-width: 767px) {
  #article .s1 {
    margin-top: 200px;
    padding-bottom: 100px;
  }
  #article .s1 h1 {
    font-size: 30px;
    line-height: 1.3;
  }
  #article .s1 .btn.back-btn span {
    padding: 20px 20px 20px 40px;
  }
  #article .s1 .btn.back-btn span::after {
    left: 20px;
  }
  #article .s1 .content > .cols {
    padding-bottom: 50px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  #article .s1 .content > .cols p {
    font-size: 18px;
  }
  #article .s1 .content > .cols > div {
    margin-left: 0;
  }
  #article .s1 .wrap {
    padding-top: 50px;
  }
  #article .s1 .left {
    font-size: 18px;
  }
}

/*# sourceMappingURL=article.css.map */
