#bio .s1 {
  position: relative;
  margin: 0 auto 5rem;
  padding-top: 11rem;
  overflow: hidden;
}

#bio .s1 .container {
  max-width: 1240px;
  margin: 0px auto;
}

#bio .s1 .container a {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 11px;
  margin-bottom: 2.1rem;
}

#bio .s1 .container a p {
  color: #1A2436;
  font-family: "raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0.72;
  transition: color .3s ease;
}

#bio .s1 .container a:hover p {
  color: #427BBF;
}

#bio .s1 .bio_wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 3.7rem;
}

#bio .s1 .bio_wrapper .left {
  max-width: 455px;
}

#bio .s1 .bio_wrapper .left img {
  border-radius: 20px;
  width: 100%;
}

#bio .s1 .bio_wrapper .right {
  max-width: 705px;
}

#bio .s1 .bio_wrapper .right .h2 {
  margin-bottom: 1.05rem;
  font-family: "raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 3.5rem;
  text-align: left;
  color: #1E1E1E;
}

#bio .s1 .bio_wrapper .right span {
  color: #427BBF;
  font-family: "raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 3.78px;
  text-transform: uppercase;
  padding-left: 25px;
}

#bio .s1 .bio_wrapper .right .tl {
  color: #1A2436;
  font-family: "raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 1.19px;
  text-transform: uppercase;
}

#bio .s1 .bio_wrapper .right .bio p {
  font-family: "raleway";
  font-style: normal;
  font-weight: 250;
  color: #3C3C3C;
  font-size: 0.9rem;
  line-height: 1.38;
  letter-spacing: 0.72px;
}

#bio .s1 .bio_wrapper .right hr {
  border: none;
  border-top: 1px solid rgba(60, 60, 60, 0.2);
  margin-top: 1.55rem;
  margin-bottom: 2.25rem;
  margin-left: 0px;
  width: calc(100vw - 455px - 3.7rem);
}

@media (max-width: 1255px) {
  #bio .s1 .bio_wrapper .right hr {
    width: calc(100% + 1rem);
  }
}

@media (max-width: 1100px) {
  #bio .s1 .bio_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #bio .s1 .bio_wrapper .left {
    width: 100%;
  }
  #bio .s1 .bio_wrapper .right {
    width: 100%;
    max-width: 100%;
  }
  #bio .s1 .bio_wrapper .right hr {
    width: calc(100% + 2rem);
  }
}

@media (max-width: 767px) {
  #bio .s1 {
    padding-top: 8rem;
  }
  #bio .s1 .bio_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.8rem;
  }
  #bio .s1 .bio_wrapper .right h2 {
    font-size: 2.5rem;
  }
  #bio .s1 .bio_wrapper .right span {
    display: block;
    padding-left: 0;
  }
}
