.cover
{
    height: 400px;
    
}
.new
{
    padding-top: 50px;
    padding-bottom: 50px;
}
.new .content
{
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}
.new .content .text
{
    text-align: center;
}
.new .content .text h6
{
    color: #FFC107;
    font-size: 18px;
}
@media(max-width: 768px)
{
   .new .content .text
{
    text-align: center;
} 
.new .content
    {
        text-align: center;
            margin-left: 15px;
    }
}
.new .styled-pagination
{
    position: relative;
    float: right;
}
.new .styled-pagination ul
{
    display:inline-flex;
    position: relative;
}
.new .styled-pagination li {
    position: relative;
    display: block;
    float: left;
    margin: 0px 15px 10px 0px;
}
.new .styled-pagination li a {
    position: relative;
    display: inline-block;
    line-height: 20px;
    padding: 8px 0px;
    font-size: 15px;
    text-transform: capitalize;
    background: none;
    color: #0b0b0b;