#bio {
  background-color: #1A2B57;
}

#bio .s1 {
  position: relative;
  padding: 10rem 0.8rem 3rem;
}

#bio .s1 h1 {
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

#bio .s1 .contain {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#bio .s1 .contain .subtitle {
  font-family: "tt-commons-pro";
  font-style: normal;
  font-weight: 300;
  font-weight: 200;
  font-size: 1.8rem;
  line-height: 1.25;
  text-align: center;
  font-style: normal;
  color: #fff;
}

#bio .s2 {
  padding: 0 0 8rem;
}

#bio .s2 .btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: 1px solid #4F81BD;
  gap: 1rem;
  padding: 0.7rem 1.125rem;
  border-radius: 5rem;
  margin: 0 0 2rem;
  position: relative;
}

#bio .s2 .btn-link::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  background-color: #4F81BD;
  transition: all .3s ease;
  border-radius: 5rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 1;
}

#bio .s2 .btn-link:hover::before {
  width: 100%;
  height: 100%;
}

#bio .s2 .btn-link img,
#bio .s2 .btn-link p {
  z-index: 2;
}

#bio .s2 .content-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}

@media screen and (max-width: 1024px) {
  #bio .s2 .content-wrap {
    flex-direction: column;
    align-items: center;
    gap: 5rem;
  }
}

@media screen and (max-width: 1024px) {
  #bio .s2 .content-wrap .col {
    width: 100%;
  }
}

#bio .s2 .content-wrap .col-1 .img-wrap {
  aspect-ratio: 408 / 369;
  width: 408px;
  height: auto;
  max-width: 100%;
  overflow: hidden;
}

#bio .s2 .content-wrap .col-1 .img-wrap img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

#bio .s2 .content-wrap h2 {
  font-style: italic;
  font-family: "cormorant-garamond";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.25;
  margin-bottom: 2.5rem;
  text-wrap: wrap;
  text-wrap: pretty;
  max-width: 575px;
}

#bio .s2 .content-wrap .bio-wrap {
  font-family: "tt-commons-pro";
  font-style: normal;
  font-weight: 300;
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.42;
  color: #B2B4B6;
  max-width: 730px;
  text-wrap: wrap;
  text-wrap: pretty;
}

#bio .s2 .content-wrap .links-wrap {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5rem;
}

#bio .s2 .content-wrap .links-wrap .email-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

#bio .s2 .content-wrap .links-wrap .arrow-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #AFC6E1;
  position: relative;
  overflow: hidden;
  width: 3rem;
  height: 3rem;
}

#bio .s2 .content-wrap .links-wrap .arrow-wrap::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  background-color: #AFC6E1;
  transition: all .3s ease;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 1;
}

#bio .s2 .content-wrap .links-wrap .arrow-wrap img {
  z-index: 2;
}

#bio .s2 .content-wrap .links-wrap .email-link:hover .arrow-wrap::before {
  width: 100%;
  height: 100%;
}

#bio .s2 .content-wrap .links-wrap .email-link:hover .arrow-wrap {
  border-color: #AFC6E1;
}

#bio .s2 .content-wrap .links-wrap .divider {
  height: 2.5rem;
  width: 1px;
  background-color: #4F81BD;
}

@media screen and (max-width: 1300px) {
  #bio .s1 h1 {
    font-size: 4.5rem;
    line-height: 5rem;
    margin-bottom: 1.5rem;
  }
  #bio .s2 .content-wrap h2, #bio .s2 .content-wrap .bio-wrap {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  #bio .s1 h1 {
    font-size: 3.1rem;
    line-height: 4rem;
    margin-bottom: 0.6rem;
  }
  #bio .s1 .contain .subtitle {
    font-size: 1.3rem;
  }
  #bio .s2 {
    padding-bottom: 5rem;
  }
  #bio .s2 .content-wrap {
    gap: 3rem;
  }
  #bio .s2 .content-wrap h2 {
    margin-bottom: 1.5rem;
  }
  #bio .s2 .content-wrap h2, #bio .s2 .content-wrap .bio-wrap {
    max-width: none;
  }
  #bio .s2 .content-wrap .links-wrap {
    margin-top: 3rem;
  }
  #bio .s2 .btn-link img {
    width: 14px;
    height: 11px;
  }
  #bio .s2 .btn-link p {
    font-size: 0.9rem;
  }
}
