.bio-intro {
  float: left;
  margin-top: 150px;
}
.bio-img {
  /*background-size: 500px 670px;*/
  float: left;
  position: sticky;
  top: 60px;
  right: 0;
  background-repeat: no-repeat;
  width: 45%;
  height: 50%;
  float: left;
}

.bio-copy {
  margin-right: 5%;
  margin-top: 20px;
  width: 45%;
  float: right;
  clear: right;
}

.bio-intro h3 {
  /*background: -webkit-linear-gradient(#3f5efb 0%, #fc466b 175%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  color: #3f5efb;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}
.bio-copy p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 180%;
  color: #666;
  font-weight: 400;
}
.bio-rule {
  height: 1px;
  background-color: #c4c4c4;
  margin-top: 40px;
  margin-bottom: 30px;
}

.about-info {
  padding-top: 60px;
  clear: both;
  position: relative;
  height: auto;
  float: none;
}

.about-info div {
  /* background-color: #fff;*/
}
.about-info h3 {
  color: #3f5efb;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
}

.about-rule {
  margin-top: 60px;
  max-width: 100%;
  height: 1px;
  background-color: #c4c4c4;
}
.full-col {
  float: left;
  width: 100%;
}
.left-col {
  float: left;
  clear: both;
  width: 45%;
  margin-top: 0px;
  display: block;
  margin-right: 5%;
}
.awards-list {
  line-height: 125%;
  width: 100%;
  column-count: 2;
  column-gap: 60px;
  height: auto;
}
li.award-title:first-child {
  margin-top: 0;
}
li.award-title {
  font-weight: 600;
  margin-top: 30px;
}

li.award-item {
  margin-left: 20px;
  list-style-type: square;
  margin-bottom: 20px;
}

ul li {
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 400;
}
.right-col {
  float: left;
  width: 45%;
}

@media only screen and (min-width: 1440px) {
  .bio-intro h3 {
    font-size: 26px;
  }
  .bio-copy p {
    font-size: 18px;
  }
  .about-info h3 {
    font-size: 20px;
  }
  ul li {
    font-size: 15px;
  }
  .left-col li {
    line-height: 145%;
  }
  .awards-list {
    line-height: 155%;
    width: 100%;
    column-count: 3;
    column-gap: 100px;
    height: auto;
  }
  li.award-title {
    margin-left: 20px;
    margin-bottom: 15px;
    line-height: 155%;
  }
  li.award-item {
    margin-left: 20px;
    margin-bottom: 15px;
    line-height: 125%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .bio-intro h3 {
    font-size: 22px;
  }
  .bio-copy p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1023px) {
  .bio-intro h3 {
    color: #3f5dfa;
    font-size: 18px;
    line-height: 140%;
  }
  .awards-list {
    width: 100%;
    column-gap: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .bio-intro {
    float: left;
    margin-top: 0px;
  }

  .bio-img {
    position: relative;
    background-image: url('bio-image-web@2x.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    width: 100%;
    top: 0;
    float: right;
    clear: both;
  }
  .bio-img img {
    display: none;
  }

  .bio-copy {
    margin-right: 0%;
    margin-top: 30px;
    width: 100%;
    padding-right: 30px;
    float: right;
    clear: right;
  }
  .bio-copy h3 {
    font-size: 20px;
  }
  .left-col {
    float: left;
    clear: right;
    width: 100%;
    margin-top: 0px;
    display: block;
    margin-right: 5%;
  }

  .right-col {
    height: auto;
    float: left;
    width: 100%;
  }

  .awards-list {
    line-height: 125%;
    width: 75%;
    column-count: 1;
  }
}

@media only screen and (min-width: 550px) and (max-width: 767px) {
  .bio-img {
    position: relative;
    background-position: 0px -80px;
    height: 350px;
    width: 100%;
    float: right;
    clear: both;
  }

  .bio-copy {
  }
}

@media only screen and (max-width: 475px) {
  .bio-img {
    position: relative;
    background-position: 0px 0px;
    top: 0;
  }
  .bio-copy h3 {
    font-size: 18px;
  }
}
