section[data-cattype="405"].blue-bg {
    background-color: #e8f5f9;
}

section[data-cattype="405"] .tablec {
    display: table;
    width: 100%;
}

section[data-cattype="405"] .tablec > ul {
    display: table-row;
    height: 135px;
}

section[data-cattype="405"] .tablec > ul > li {
/*    display: table-cell;*/
    font-size: 21px;
    font-family: 'open_sansbold';
    vertical-align: middle;
    display: inline-block;
    margin: 50px 15px 0 0;
}

section[data-cattype="405"] .fa {
     margin: 0 10px 0 0;
    font-size: 40px;
}

section[data-cattype="405"].second .container > div:nth-child(3) > .tablec{
     text-align: right;
}

@media (max-width: 991px) {
    section[data-cattype="405"] .tablec > ul > li {
        display: block;
    }
    section[data-cattype="405"].second .container > div:nth-child(3) > .tablec{
         text-align: left;
    }
}


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

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	section[data-cattype="405"] .tablec > ul > li{
        display: inline-block;
        margin: 10px 0;
    }
    section[data-cattype="405"] .tablec > ul > li:first-child{
        width: 100%;
    }
}

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

/* Mobile screen size */
@media (max-width: 480px) {
    section[data-cattype="405"] .tablec > ul{
        height: auto;
    }
    
    section[data-cattype="405"] .tablec > ul > li{
        display: inline-block;
        margin: 20px 5px;
    }
}