section[data-cattype="621"]{
    
}

[data-cattype="621"] .col-md-12{
    background: #32a2ad;
    padding: 20px;
    text-align: center;
}

[data-cattype="621"] .col-md-12 h3{
    color: #fff;
}

[data-cattype="621"] .col-md-12 p{
    color: #fff;
}


/* 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) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {
      
}