#bio footer {
  background: #1A254F;
}

#bio footer .logo {
  background-image: url(/i/svg/logo.svg);
}

#bio footer p, #bio footer a {
  color: #fff;
}

#bio header nav .about a {
  color: #2A72B9;
}

#bio .s1 {
  padding: 12rem 0 5rem;
}

#bio .s1 .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
  padding-top: 3rem;
}

#bio .s1 .back-btn {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Newsreader", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  color: #2A72B9;
  text-decoration: underline;
}

#bio .s1 .col-1 img {
  width: 100%;
}

#bio .s1 .col-1 .broker-check-sec a {
  display: inline-block;
  margin-top: 1.3rem;
  font-family: "Newsreader", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  color: #2A72B9;
  text-decoration: underline;
}

#bio .s1 .col-2 {
  width: 100%;
  max-width: 735px;
}

#bio .s1 .col-2 h1 {
  font-size: 3.83rem;
  color: #1C2855;
  margin-bottom: 0.5rem;
}

#bio .s1 .col-2 h5 {
  font-family: "Martel Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.27rem;
  font-weight: 300;
  color: #1E1E1E;
}

#bio .s1 .col-2 .hline {
  margin: 12px 0 3.38rem 0;
}

#bio .s1 .col-2 .bio p.lg {
  font-family: "Newsreader", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.61rem;
  margin-bottom: 0.5rem;
  margin-top: 1.67rem;
}

#bio .s1 .col-2 .bio p.lg:first-child {
  margin-top: 0;
}

#bio .s1 .col-2 .bio .nr {
  margin-top: 3rem;
}

@media screen and (max-width: 1100px) {
  #bio .s1 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #bio .s1 .col-1 {
    max-width: 500px;
  }
  #bio .s1 .col-2 {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  #bio .s1 .col-2 h1 {
    font-size: 3rem;
  }
}
