@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
#bio header .team a::after {
  width: 100%;
  background-color: #005076;
}

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

#bio .s2 .global-btn {
  padding-right: 0;
  padding-left: 1.5rem;
  background-position: 0;
  background-image: url(/i/svg/back-arrow.svg);
  background-position: 0;
  background-size: 12px;
  background-repeat: no-repeat;
  color: #005076;
}

#bio .s2 .wrap {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 1rem;
}

#bio .s2 .wrap .left {
  position: relative;
  width: 100%;
  max-width: 570px;
}

#bio .s2 .wrap .left img {
  display: block;
  width: 100%;
}

#bio .s2 .wrap .left span {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10.4px);
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 14px;
  color: #fff;
}

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

#bio .s2 .wrap .right h1 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.3em;
  margin-bottom: 1rem;
  color: #005076;
}

#bio .s2 .wrap .right h2 {
  font-size: 1rem;
  margin-bottom: 2.5rem;
  color: #66757C;
}

#bio .s2 .wrap .right .social {
  position: absolute;
  right: 0;
  top: 11px;
  display: flex;
  gap: 13px;
  align-items: center;
}

#bio .s2 .wrap .right ul {
  list-style: none;
  margin-bottom: 1rem;
}

#bio .s2 .wrap .right ul li {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5em;
  color: #66757C;
  margin-bottom: 10px;
  position: relative;
  padding-left: 0.5rem;
}

#bio .s2 .wrap .right ul li::before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #66757C;
  left: 0;
  top: 0.6rem;
  transform: translate(-50%);
}

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

@media screen and (max-width: 767px) {
  #bio .s2 {
    padding: 10rem 0 5rem;
  }
  #bio .s2 .global-btn {
    background-size: 9px;
    padding-left: 1.2rem;
    background-position: 0 50%;
  }
  #bio .s2 .wrap .right h1 {
    font-size: 2rem;
  }
}
