#bio .s1 {
  position: relative;
  overflow: auto;
  height: auto;
  background: url(/i/bio-bg.jpg) no-repeat left bottom/cover;
}
#bio .s1 .content {
  max-width: 1280px;
  text-align: left;
  top: 0;
  left: 0;
  transform: none;
  padding-top: 200px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 150px;
}
#bio .s1 .bio {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
#bio .s1 .bio > div:nth-child(1) {
  width: 40%;
}
#bio .s1 .bio > div:nth-child(2) {
  width: calc(60% - 40px);
}
#bio .s1 img {
  display: block;
  margin-top: 25px;
  width: 100%;
}
#bio .s1 .btn-back {
  color: #4D8C7A;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 30px;
  background: url(/i/arrow-left.svg) no-repeat left center;
  text-decoration: none;
}
#bio .s1 h1 {
  color: #173E2D;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 40px;
}
#bio .s1 h3 {
  color: #4D8C7A;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-left: -40px;
  padding-top: 10px;
  padding-left: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
#bio .s1 .longBio {
  color: #474747;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
#bio .footer {
  display: none;
}

@media all and (max-width: 767px) {
  #bio .s1 {
    background: #EEEFF1;
  }
  #bio .s1 .content {
    padding-top: 140px;
    padding-bottom: 100px;
  }
  #bio .s1 .bio {
    flex-direction: column;
  }
  #bio .s1 .bio > div {
    width: 100% !important;
  }
  #bio .s1 img {
    max-width: 500px;
  }
  #bio .s1 h3 {
    margin-left: 0;
    padding-left: 0;
  }
}

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