.blog-new-large-postinfo-author {
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    margin: 10px 0px;
    max-width: 650px;
}

.blog-new-large-postinfo-author h5 {
    font-size: 16px;
    margin-bottom: 0px;
    padding: 2px 0px;
    line-height: 26px;
}
.blog-new-large-postinfo-author h4 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 0px;
}
.blog-new-large-postinfo-author h6 {
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 16px;
}

.blog-new-large-postinfo-author .author-info-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    color: black;
}

.blog-new-large-postinfo-author .author-info-wrapper > .profile-image {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 50%;
}
.blog-new-large-postinfo-author .author-info-wrapper > .profile-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-new-large-postinfo-author .author-info-wrapper > .author-name-title {
    display: flex;
    flex: 1;
    flex-direction: column;
    font-weight: bold;
    margin-top: 13px;
}
.blog-new-large-postinfo-author .author-info-wrapper > .author-name-title > h4 {
    font-weight: bold;
    margin-bottom: 5px;
}
.blog-new-large-postinfo-author .author-info-wrapper > .author-name-title > h6 {
    font-weight: 600;
}

.blog-new-large-postinfo-author .author-description {
    font-weight: lighter;
}
