.rts-blog-area{
    background: #F5F5F5;
    padding-top: 80px;
    padding-bottom: 80px;
}

.rts-blog-container{
    padding: 40px;
    background: #fff;
}

.rts-blog-area h1{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 1.2;
}

.latest_icon_wrapper{
    display: flex;
    gap: 20px;
}

.latest_icon-strip{
   display: flex;
   gap: 10px;
   margin-bottom: 16px;
}

.latest_icon-strip span{
    color: rgba(0,0,0,0.5);
    font-size: 14px;
    line-height: 1;
}

.latest_icon-strip i{
    color: #007AB0;
    font-size: 14px;
    line-height: 1;
}