.blog .container, .comment .container {
    max-width: 1200px;
}

.blog .container .blog-image img {
    width: 100%;
    height: 100%;
}

.article-title {
    color: #555555;
}

.comment {
    background: rgba(247, 249, 255, 1);
}

.comment-item {
    background-color: #fff;
    cursor: pointer;
}

.comment-item:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.comment-avatars {
    width: 90px;
    border-radius: 50px;
    overflow: hidden;
}

.comment-avatars img {
    width: 100%;
}
