#bio {
  background: #242B3D;
}

#bio .s2 {
  padding: 13.5rem 0 7.5rem 0;
}

#bio .s2 .back-btn {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 2rem;
  color: #fff;
  transition: color .3s ease;
}

#bio .s2 .back-btn:hover {
  color: #E0B0A6;
}

#bio .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 .s2 .wrap .left {
  max-width: 450px;
}

#bio .s2 .wrap .left img {
  display: block;
  width: 100%;
  margin-bottom: 1.7rem;
}

#bio .s2 .wrap .left .linkedin {
  display: block;
  width: 54px;
  height: 54px;
  background: url(/i/svg/linkedin.svg) no-repeat center/contain;
  transition: opacity .3s ease;
}

#bio .s2 .wrap .left .linkedin:hover {
  opacity: 0.7;
}

#bio .s2 .wrap .right {
  width: 100%;
  max-width: 750px;
}

#bio .s2 .wrap .right h1 {
  font-family: playfair-display, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.14em;
  margin-bottom: 1rem;
  letter-spacing: -1px;
  color: #fff;
}

#bio .s2 .wrap .right h2 {
  font-family: avenir-lt-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  margin-bottom: 2.3rem;
  color: #fff;
}

#bio .s2 .wrap .right p {
  font-size: 1.2rem;
  line-height: 1.41em;
  color: #fff;
  opacity: 0.8;
}

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

@media screen and (max-width: 767px) {
  #bio .s2 {
    padding: 10rem 0 5rem 0;
  }
  #bio .s2 .wrap .left .linkedin {
    width: 40px;
    height: 40px;
  }
  #bio .s2 .wrap .right h1 {
    font-size: 2.1rem;
  }
  #bio .s2 .wrap .right p {
    font-size: 1rem;
  }
}
