.blog .views-field.views-field-body {
    margin-bottom: 50px;
}

.blog .views-row {
    margin-bottom: 90px;
}

.blog .field-content p {
    color: #444444;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 24px;
    margin-bottom: 35px;
}

.blog h3 a {
    color: #151c32;
    font-family: "Libre Baskerville";
    font-weight: 700;
    line-height: 1.3;
    margin-top: 24px;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.blog .node-authored-on {
    color: #cea05f;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    padding: 5px;
}

.blog .node-comments::before {
   content: url(../images/comments.svg);
   padding: 5px;
   margin-left: 8px;
}

.blog img {
    margin-bottom: 30px;
}

.blog-node-content img {
    margin-bottom: 60px;
    margin-left:15%;
    margin-right: 15%;
    width: 70%;
}

.blog-node-content p {
    /* margin-bottom: 70px; */
    line-height: 28px;
}

.blog-node-content h2:after {
    display: none;
}

.js-form-item.form-item.js-form-type-textfield.form-item-subject-0-value.js-form-item-subject-0-value{
    display: inline-grid;
}

.comment-blog-comment-form.comment-form {
    text-align: center;
}