.blog-author-block .image-avatar {
    width: 50px;
    height: 50px;
    position: relative;
    margin-right: 13px;
}
.blog-author-block .image-avatar > img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-position: center;
    object-fit: cover;
    bottom: 0;
    right: 0;
    min-width: 101%;
    min-height: 101%;
    border-radius: 100%;
}
.blog-author-block span.separator:before {
    content: '-';
    padding: 0px 10px;
}
.blog-author-block span.separator {
    position: relative;
}
@media(max-width: 575.98px) {
    .blog-author-block .image-avatar {
        margin-bottom: 0;
    }
    .blog-author-block .image-avatar > img {
        width: 40px;
        height: 40px;
    }
    .blog-author-block .image-avatar {
        width: 40px;
        height: 40px;
    }
}