/*

[Custom Stylesheet]

Project     : USNews - Multipurpose News, Magazine and Blog HTML5 Template
Author      : themelooks.com
Author URI  : https://themeforest.net/user/themelooks

*/


.banner{
    min-height: 130px;
    margin:0;
    /*background: red;*/
    background: #f8f8f8;
}
.banner .banner-post{
    padding: 5px;
    padding-bottom: 10px;
}
.banner .banner-post h5{
    font-size: 13px;
    font-family: sans-serif;
    font-weight: 600;
    /*color: #757575;*/
    color: #0c7082;
    padding: 3px;
    transition: .3s;
}
.banner .banner-post h5 a:hover{
    color:#008aa2;
}
.banner .banner-post .date{
    font-size: 12px;
    color: #0c434c;
    margin-top: auto;
}
.banner .banner-post .banner-content h5{
    max-height: 58px;
    overflow: hidden;
}
.banner .banner-post .banner-content{
    height: 100px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 550px) {
    .col-6{
        width: 50%;
    }
}
