
.latest_posts_custom-post {
    margin-bottom: 50px;
}
.latest_posts_custom-img {
    border-radius: 13px;
}
.latest_posts_custom-title {
    border-bottom:2px solid #464646;
    margin-bottom:10px;
}
.latest_posts_custom-itemContent_ h3, .latest_posts_custom-itemContent_ h3 a {
    font-family: "Helvetica Bold", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height:26px;
    color: #464646;
}
.latest_posts_custom-desc {
    margin-bottom: 15px;
}
.latest_posts_custom-read-more a {
    text-transform: uppercase;
    font-weight: bold;
    color: #ba1901 !important;
    font-size: 15px;
    letter-spacing: 1px;
}
.latest_posts_custom-read-more a::after {
    content: '>';
    display: inline;
    margin-left: 7px;
    color: #ff4024;
    vertical-align: middle;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    font-size: 12px;
    font-weight: 700;
}
.latest_posts_custom-read-more a > span {
    border-bottom: 1px solid currentColor;
}
.latest_posts_custom-category {
    border-radius: 50px;
    padding: 3px 12px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Helvetica Bold", Helvetica, Arial, sans-serif;
    position: absolute;
    margin-top: -13px;
    margin-left: 15px;
}
.latest_posts_custom-category a {
    color: #fff !important;
}