
.node--type-blog-entry {
    padding: 3.43rem;
}

.node--type-blog-entry .node__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 60rem;
    text-align: left;
}

.node--type-blog-entry .field--name-field-blog-body > *:first-child {
    margin-top: 0px;
}

.node--type-blog-entry .field--name-field-blog-body > *:last-child {
    margin-bottom: 0px;
}

.node--type-blog-entry .node__content > *:first-child {
    margin-top: 0;
    color: #373737;
}

.node--type-blog-entry .field--name-field-blog-body img {
    height: auto !important;
    max-width: 100%;
}
