[data-cattype="701"] ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

[data-cattype="701"] ul >li{
    width: calc(12% - 5px);
    margin:0 5px;
}

[data-cattype="701"] a:link, a:visited {
    color: #cb131b;
    text-decoration: none;
}

[data-cattype="701"] a:link:hover, a:visited:hover {
    color: #fff !important;
    text-decoration: none;
}

/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	[data-cattype="701"] ul{
        padding: 0 15px;
    }
    
    [data-cattype="701"] ul >li{
        width: calc(24% - 5px);
        margin:0 5px;
    }
}

/* Mobile screen size - landscape view */
@media (max-width: 767px){
    [data-cattype="701"] .quote-c{
        padding: 0 0;
        font-size: 27px;
    }
    
    [data-cattype="701"] .open-quote,
    [data-cattype="701"] .close-quote{
        width: 30px;
    }
    
    [data-cattype="701"] .text-c{
        padding: 29px 0 22px 0;
        color: #000;
    }
    [data-cattype="701"] ul{
        padding: 0 15px;
    }
    
    [data-cattype="701"] ul >li{
        width: calc(24% - 5px);
        margin:0 5px;
    }
}

/* Mobile screen size */
@media (max-width: 480px) {
    
    [data-cattype="701"] ul{
        padding: 0 15px;
    }
    
    [data-cattype="701"] ul >li{
        width: calc(23% - 5px);
        margin:0 5px;
    }
}