#landing-page-content .post-author-box, .post-author-box {
    border: 1px solid #c4cdd5;
    word-wrap: break-word;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#landing-page-content .post-author-box .author-image-box img,
.post-author-box .author-image-box img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}
#landing-page-content .post-author-box .author-name a,
.post-author-box .author-name a {
    color: #333647;
    font-size: 18px;
    font-family: Helvetica, sans-serif;
    text-decoration: none;
}
#landing-page-content .post-author-box .description-wrap,
.post-author-box .description-wrap {
    font-size: 16px;
    line-height: 1.75;
    color: #3e3e40;
}
.post-author-box .author_sociallinks svg.facebook-svg,
.post-author-box .author_sociallinks svg.twitter-svg,
.post-author-box .author_sociallinks svg.linkedin-svg {
    fill: #86939e;
    width: 25px;
    height: 25px;
}
@media screen and (max-width: 767px) {
    #landing-page-content .post-author-box .author-image-box img,
    .post-author-box .author-image-box img {
        width: 60px;
        height: 60px;
        margin-right: 0;
    }
}