#bio header nav .team a {
  background: linear-gradient(105deg, #C48E51 17.6%, #FFD9A1 92.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#bio header nav .team a::after {
  opacity: 1;
}

#bio .s2 {
  padding: 10rem 0 8.5rem 0;
}

#bio .s2 .back-btn {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: 400;
  margin-bottom: 2rem;
  padding-bottom: 3px;
  background: linear-gradient(105deg, #C48E51 17.6%, #FFD9A1 92.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  transition: opacity .3s ease;
}

#bio .s2 .back-btn::after {
  content: '';
  position: absolute;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(105deg, #C48E51 17.6%, #FFD9A1 92.59%);
}

#bio .s2 .back-btn:hover {
  opacity: 0.7;
}

#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 img {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}

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

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

#bio .s2 .wrap .right {
  max-width: 705px;
  margin: 0 auto;
}

#bio .s2 .wrap .right h1 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 3.5rem;
  line-height: 1.14em;
  margin-bottom: 10px;
}

#bio .s2 .wrap .right h2 {
  font-size: 1.2rem;
  margin-bottom: 3rem;
}

#bio .s2 .wrap .right p {
  font-size: 1rem;
  line-height: 1.5em;
}

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

@media screen and (max-width: 980px) {
  #bio .s2 .wrap .left .linkedin {
    width: 44px;
    height: 44px;
  }
  #bio .s2 .wrap .right h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  #bio .s2 {
    padding: 8rem 0 5rem;
  }
  #bio .s2 .wrap .left .linkedin {
    width: 30px;
    height: 30px;
  }
  #bio .s2 .wrap .right h1 {
    font-size: 2.3rem;
  }
  #bio .s2 .wrap .right h2 {
    margin-bottom: 2rem;
  }
}
