h4 {
    font-weight: 700;
}

.content {
    background-color: #f8f8f8;
    padding: 20px 0;
}

.content-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    margin-top: 0;
    /* margin-bottom: 26px; */
    border-bottom: 2px solid #222;
}

.content-title {
    border-color: #D91B14;
}

.content-title>span {
    font-size: 16px;
    text-transform: capitalize;
}


.content-title span {
    line-height: 17px;
    display: inline-block;
    padding: 7px 12px 4px;
    background-color: #222;
    color: #fff;
}

.content-title>span {
    background-color: #D91B14;
}

/* 
.content .content-title {
    margin-bottom: 20px;
} */
.thumbnail {
    width: 280px;
    height: 250px;
    object-fit: cover;
    object-position: 100% 0;
}

.item-details {
    padding: 10px 14px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    background-color: #ffffff;
}

.item-details h3.item-title {
    line-height: 0.9;
    margin-bottom: 14px;
}

.item-details .item-title a {
    font-family: 'Open Sans', arial, sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.item-details .item-title a:hover {
    color: #D91B14;
}

.item-info {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 11px;
    margin-bottom: 7px;
    line-height: 1;
    min-height: 17px;
}

.item-info .post-category {
    display: inline-block;
}

.post-category {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    background-color: #222;
    color: #fff;
    margin-right: 5px;
    padding: 3px 6px 4px;
    display: block;
    vertical-align: top;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.post-date {
    color: #aaa;
    display: inline-block;
    position: relative;
    top: 3px;
}

.item-desc {
    margin-top: 9px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #777;
    text-align: justify;
}

.item-read-more {
    margin-bottom: 0;
}

.item-read-more a {
    background-color: #D91B14;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
}

.item-read-more a:hover {
    background-color: #000;
}