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

[data-cattype="614"] h2.section-title {
    color: #fff;
}

[data-cattype="614"] h3{
    color: #fff;
    text-align: center;
}

[data-cattype="614"] .funfact{
    text-align: center;
}

[data-cattype="614"] .funfact h2{
    font-size: 38px;
    font-weight: 500;
    color: #46cb4d ;
    margin-top: 0;
}


[data-cattype="614"] .funfact p{
    color: #fff;
    font-weight: bold;
}







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