section[data-cattype="403"] .title {
    font-family: 'open_sansbold';
    font-size: 24px;
    color: #5f5f5f;
}



section[data-cattype="403"] .tablec {
    display: table;
    width: 100%;
    position: relative;
}



section[data-cattype="403"] .tablec > ul  {
    display: table-row;
    position: relative;
    list-style-type: none;
}

section[data-cattype="403"] .tablec > ul > li {
    display: table-cell;
    position: relative;
    list-style-type: none;
    width: 50%;
    vertical-align: top;
    padding: 30px;
}

section[data-cattype="403"] .tablec > ul > li:nth-child(1) {
    background-color: #eeddd1;
}

section[data-cattype="403"] .tablec > ul > li:nth-child(2) {
    background-color: #e6e6e6;
}

@media (max-width: 500px) {
   section[data-cattype="403"] .tablec > ul > li {
        display: block;
        width: 100%;
       padding: 20px 5px;
    }
}