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

#bio .s2 .global-btn {
  padding-right: 0;
  padding-left: 2rem;
  background-position: 0;
  background-image: url(/i/svg/bio-btn-arrow.svg);
}

#bio .s2 .global-btn:hover {
  background-image: url(/i/bio-btn-arrow-hover.png);
}

#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: 2rem;
}

#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: "Wix Madefor Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.14em;
  margin-bottom: 1rem;
  color: #21285D;
}

#bio .s2 .wrap .right h2 {
  font-size: 0.9rem;
  opacity: 0.7;
  margin-bottom: 3rem;
  color: #444444;
}

#bio .s2 .wrap .right .linkedin {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 11px;
}

#bio .s2 .wrap .right .linkedin svg path {
  fill: #444444;
  transition: all .3s ease;
}

#bio .s2 .wrap .right .linkedin svg circle, #bio .s2 .wrap .right .linkedin svg line, #bio .s2 .wrap .right .linkedin svg rect {
  stroke: #444444;
  transition: all .3s ease;
}

#bio .s2 .wrap .right .linkedin:hover svg circle, #bio .s2 .wrap .right .linkedin:hover svg line, #bio .s2 .wrap .right .linkedin:hover svg rect {
  stroke: #006C53;
}

#bio .s2 .wrap .right .linkedin:hover svg path {
  fill: #006C53;
}

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

#bio .s2 .wrap .right ul li {
  font-family: "Wix Madefor Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5em;
  color: #444444;
  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: #444444;
  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 .wrap .right h1 {
    font-size: 1.8rem;
    margin-bottom: 0.7rem;
  }
  #bio .s2 .wrap .right h2 {
    font-size: 15px;
    margin-bottom: 1rem;
  }
  #bio .s2 .wrap .right .linkedin {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 2rem;
  }
}
