.limited-paragraph {
    line-height: 2.2rem;
    font-weight: 500;
    overflow: hidden;
    max-height: 6.4rem;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.icon-box.border .icon {
    border: 3px solid #ffffff !important;
}
section#news {
style="background-color:#fff8d4"
}
.post-item-wrap {
background-color:#fff8d4;
}