.author_details_outer {
  padding:0px 0 80px;
}
.author_bio p, .author-content {
  color: #4d4d4f;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.5;
}
.author_details_outer h2.heading_blockk {
  width: 100%;
  color: #4d4d4f;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  padding-left: 60px;
  text-align: left;
  margin-bottom: 0;
}

.author_bio h3 {
  margin-bottom: 15px;
  color: #0D3566;
  font-size: 20px;
  font-weight: bold;
  font-family: Helvetica,Verdana,Arial,sans-serif;
  line-height: 1;
}
.author_bio h3 a {
  color: #0D3566;
  font-size: 20px;
  font-weight: bold;
  font-family: Helvetica,Verdana,Arial,sans-serif;
  display: inline-block;
}
.about-author-sec {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.author_bio {
  width: 100%;
  position: relative;
  border-radius: 5px;
  padding: 0px 0 0 130px;
}
{#.author_bio {
  width: 70%;
  position: relative;
  border-radius: 5px;
  padding: 0 0 0 30px;
}

.author_bio:before {
  position: absolute;
  content: '';
  background-color: #e1f1ff;
  width: 100%;
  height: 100%;
  left: -100px;
  z-index: -1;
  top: 0;
  border-radius: 5px;
}#}
.border_image img {
  width:100%;
}
.border_image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  padding: 50%;
  width: 100%;
  height: 100%;
  position: relative;
}
.author_bio a.more_link {
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  text-decoration-line: underline;
  color: #fdb415;
  display: inline-block;
  margin-top: 20px;
}

.author_image:before {
  background: #FDB415;
  border-radius: 50%;
  content: "";
  height: calc(100% + 0px);
  left: 0;
  position: absolute;
  top: 5px;
  width: calc(100%);
  z-index: 0;
}
{#.author_image {
  padding: 5px;
  position: relative;
  width:30%;
  right:15%;
  margin: 0;
  height: auto;
}#}

.author_image {
  padding: 5px;
  position: absolute;
  width: 20%;
  margin: 0;
  height: auto;
  left: -89px;
}
.author_details_outer .content-wrapper {
  padding: 0;
  max-width: 100%;
}
.author_details_inner {
  background-color: #e1f1ff;
  padding: 65px 30px;
  margin-top: 40px;
}
.author_bio_cta a {
  background-color: #fdb415!important;
  background-image: none;
  border: 2px solid #fdb415!important;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
  color: #0d3566;
  font-family: Work Sans,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin:20px 0 0;
  padding: 11px 24px;
  width: auto;
  display: inline-block;
  transition: all .3s ease-in-out;
}
.author_bio_cta a:hover {
  background-color: #428bca!important;
  border-color: #428bca!important;
  color: #fff;
}


@media (max-width:1100px){
  .author_image {
    position: relative;
    left: 0;
  }
  .author_bio {
    width: 80%;
    padding: 0px 0 0 50px;
  }
  .author_details_inner {
    padding: 35px 30px;
  }
}

@media (max-width:1024px){
  .author_details_outer {
    padding: 45px 0 50px;
  }
  .author_details_inner {
    margin-top: 35px;
  }
  .author_details_outer h2.heading_blockk {
   padding-left: 0;
}
}

@media (max-width:767px){
  .about-author-sec {
    width: 100%;
    gap: 30px;
  }
  .about-author-sec:before {
    height: 100%;
    width: 100%;
    top: 20px;
  }
  .author_image {
    width: 150px;
    height: 150px;
    margin: 0 auto;
  }
  .author_bio {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .author-content, .author_bio p {
    font-size: 16px;
  }
  .author_bio h3, .author_bio h3 a {
    font-size: 20px;
  }
  /*   .author_details_inner {
  padding: 25px 20px 30px;
  background-color: #e1f1ff;
} */
  .author_bio:before {
    display:none;
  }
  /*   .author_image {
  padding: 3px;
  width: 100%;
} */
  /*   .border_image {
  padding: 0;
  width: 165px;
  height: 165px;
} */
  /*   .author_image:before {
  height: 165px;
  top: 10px;
  width: 170px;
} */
}


.author_details_inner {
  max-width: 980px;
  box-sizing: border-box;
  margin-left: auto;
  position: relative;
}