.blogContent .postList .sPost .postThumb img {
    display: block;
    margin: 0 auto 20px auto;
    height: auto;
    max-width: 100%;
    border-radius: 10px;
}


.postListBlock img {
    max-width: 100%;
    height: auto;
}

.formElementBlock.isError textarea {
    background: #FFF4F5 !important;
}

.formElement.isError textarea {
    background: #FFF4F5 !important;
    border: 1px solid #EA6767;
}