.content-body-heading{padding-top:35px;border-bottom: 2px solid #d9d9d9;padding-bottom:10px;margin-bottom:0;}
.author-list-module{padding-top:35px;display: flex;flex-wrap: wrap;}
.author-list-item{float:left;width:33%;margin-bottom:70px;}
.author-list-item .author-image img{width: 200px;border: 5px solid #d9d9d9;border-radius: 50%;margin-bottom:10px;}
.author-name a{font: 1.25rem/1.75rem 'Poppins', sans-serif;font-weight:500;}
.author-list-item  span:hover{text-decoration: underline;}
.linkedin-icon {background-image: url('../images/bio-icon-linkedin_gray.svg');background-repeat: no-repeat;width: 22px; height: 22px;display: inline-block;}
.linkedin-icon:hover {background-image: url('../images/bio-icon-linkedin_orange.svg');background-repeat: no-repeat;width: 22px; height: 22px;}
.twitter-icon {background-image: url('../images/bio-icon-twitter_gray.svg');background-repeat: no-repeat;width: 22px; height: 22px;display: inline-block;}
.twitter-icon:hover {background-image: url('../images/bio-icon-twitter_orange.svg');background-repeat: no-repeat;width: 22px; height: 22px;}
.instagram-icon {background-image: url('../images/bio-icon-instagram_gray.svg');background-repeat: no-repeat;width: 22px; height: 22px;display: inline-block;}
.instagram-icon:hover {background-image: url('../images/bio-icon-instagram_orange.svg');background-repeat: no-repeat;width: 22px; height: 22px;}
.facebook-icon {background-image: url('../images/bio-icon-facebook_gray.svg');background-repeat: no-repeat;width: 22px; height: 22px;display: inline-block;}
.facebook-icon:hover {background-image: url('../images/bio-icon-facebook_orange.svg');background-repeat: no-repeat;width: 22px; height: 22px;}
.social-media-icons a{margin:5px;}
.author-title{font-weight:500;}
@media(max-width:991px){
    .left-rail-page-content .content-body-heading{padding-left:30px;padding-right:30px;}
}

@media(max-width:767px){
    .author-list-module{display:block;}
    .author-list-item{float:none;width:auto;}
}