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

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

[data-cattype="623"] .owl-carousel .owl-nav button i{
    color: #fff;
}

[data-cattype="623"] .owl-carousel .owl-nav button:hover i {
    color: #ff7062;
}

[data-cattype="623"] .item .icon-box{
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
}

[data-cattype="623"] .item .icon-box h4{
    color: #041122;
    margin-top: 0;
}

[data-cattype="623"] .item .icon-box p{
    color: #3e3e3e;
}

[data-cattype="623"] .item .icon-box a{
    color: #ff7062;
}

[data-cattype="623"] .item .icon-box a:hover{
    color: #32a2ad;
}




/* 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) {
    [data-cattype="623"] .owl-stage .owl-item .item{
        width: 90%;
        margin: 0 auto;
    }
    
    [data-cattype="623"] .owl-carousel .owl-nav button.owl-prev{
        left: -8px;
    }
    
    [data-cattype="623"] .owl-carousel .owl-nav button.owl-next{
        right: -8px;
    }
    
}