/* Author Design start*/
.w-25{
    width: 20%;
}
.w-10{
    width: 15%;
}
.w-65{
    width: 70%;
}
.author.author-details-row{
    display: flex;
    
}
.author-image{
    width: 115px;
}
.linkedin-icon img{
    width: 30px;
}
#author-card.author-profile{
    padding: 40px;
    background-color: #fff;
}
.linkedin-icon{
    display: flex;
    justify-content: flex-end;
}
.author-info,.linkedin-icon{
    margin-top: 25px;
}
.author-profile{
    font-family: 'League Spartan';
}
.author-info .author-name{
    font-family: 'League Spartan';
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 5px;
}
.author-info .author-designation{
    font-family: 'League Spartan';
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #4B4C51;
}
a.linkedin {
    height: 30px;
}
#author-card.author.author-profile {
    margin: 50px 0;
} 
	small {
    font-size: 10px;
		font-weight:400;
}
@media only screen and (max-width: 600px) {
    .w-25{
        width: 80px;
    }
    .w-10{
        width: 10%;
    }
    .w-65{
        width: calc(90% - 80px);
    }
    img.author-image.lazyloaded {
        width: 70px;
    }
        .author.author-info.w-65 {
        margin-top: 0;
    }
        h3.author-name {
        margin-left: 0;
            margin-top:10px;
    }
        .linkedin-icon.w-10 {
        margin-top: 10px;
    }
        #article .article-body p.author-description{
            padding: 0 0 0 0 !important;
    font-size: 16px;
        line-height: 22px;
        font-weight: 300;
        }
        .author-details-row {
        margin-bottom: 10px;
    }
    #author-card.author.author-profile {
        padding: 25px;
        margin: 60px 25px 80px 25px;
    }
        .author-info .author-name {
        font-family: 'League Spartan';
        font-size: 18px;
        font-weight: 500;
        line-height: 25px;
        margin-bottom: 5px;
    }
        .author-info .author-designation {
        font-family: 'League Spartan';
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #4B4C51;
    }
    
    
  }
/* Author Design End */