#bio #container .s2 {
  padding: 6rem 0 8.34rem 0;
}

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

#bio #container .s2 .back-btn {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 3.2px;
  color: #7E858B;
  padding-left: 20px;
  font-weight: 600;
  margin-bottom: 3.5rem;
  background-image: url(/i/back-arrow.jpg);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: 0 47%;
}

#bio #container .s2 .left {
  width: 100%;
  max-width: 812px;
}

#bio #container .s2 .left img {
  display: block;
  width: 100%;
  max-width: 812px;
}

#bio #container .s2 .right {
  width: 100%;
  max-width: 674px;
}

#bio #container .s2 .right h1 {
  font-family: "Roboto Serif", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.23rem;
  line-height: 2.8rem;
  color: #2E2826;
  margin-bottom: 1rem;
}

#bio #container .s2 .right .title {
  font-weight: 500;
  font-size: 1.33rem;
  line-height: 2rem;
  margin-bottom: 3rem;
  color: #A4A9AC;
}

/***** MEDIA *****/
@media screen and (max-width: 1100px) {
  #bio #container .s2 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #bio #container .s2 .left, #bio #container .s2 .right {
    max-width: none;
  }
  #bio #container .s2 .left img {
    max-width: 550px;
  }
}

@media screen and (max-width: 767px) {
  #bio #container .s2 {
    padding: 6rem 0;
  }
  #bio #container .s2 .left .back-btn {
    font-size: 14px;
    line-height: 17px;
  }
  #bio #container .s2 .right h1 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  #bio #container .s2 .right .title {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-bottom: 2rem;
  }
}
