[data-cattype="707"] h2.comname{
    margin: 50px auto 20px;
    font-family: inherit;
}

[data-cattype="707"] h2.comname small{
    color: #012b7f;
}

[data-cattype="707"] .contact-info{
    text-align: left;
    margin-top: 20px;
}

[data-cattype="707"] .contact-info p{
    font-size: 15px;
}

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

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


[data-cattype="707"] ul.list-branch li{
    width: 30%;
    margin: 10px;
}



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

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	
}

/* Mobile screen size - landscape view */
@media (max-width: 767px){
    
    [data-cattype="707"] ul.list-branch li{
        width: 40%;
        margin: 10px;
    }
}

/* Mobile screen size */
@media (max-width: 480px) {
    
    [data-cattype="707"] ul.list-branch li{
        width: 90%;
        margin: 10px;
    }
   
}