.latest_posts_home .btn{
    margin: 50px 0 150px 0;
    text-transform: uppercase;
    font-size: .9rem;
    line-height: .6rem;
}

.latest_posts_home  h4 {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1;
    color: #231B5D;
    margin-top: 40px;
    padding: 40px 0;
    
}

.latest_posts_home  img{
    max-width: 100%;
}

.latest_col h5 a{
    color: #231B5D;
    font-weight: 500;
    text-decoration: none;
    font-size: 1.6rem;
    margin: 40px 0;
    display: block;
    font-weight: 700;
}

.latest_col h5 a:hover{
    text-decoration: underline;
}

.latest_col .cat_latest{
    color: #231B5D;
    text-decoration: none;
    border-bottom: 1px solid #231B5D;
    font-weight: 400;
    font-size: .8rem;
    margin-right: 10px;
    text-transform: uppercase;
    
}



.latest_col .cat_latest:hover{
    font-weight: 500;
}

.latest_posts_home svg{
    vertical-align: initial;
    margin-left: 5px;
    margin-bottom: 2px;
}

.latest_posts_home .longarrowright .a{
    fill: #fff ;
}
.latest_posts_home .longarrowright .b{
    fill: none;
    stroke: #fff;
}

.cats_latest{
    margin: 20px 0;
}


@media (max-width: 767.98px) {  
    .latest_posts_home .latest_col{
        padding: 0 !important;
    }
}