section[data-cattype="220"] .table-box,
/*section[data-cattype="220"].wrapper_middle,*/
section[data-cattype="220"]{
    padding: 0;
    min-height: 380px;
    height: 380px;
}

section[data-cattype="220"] .table-box{
    display: table;
    position: relative;
    width: 660px;
}

section[data-cattype="220"] .table-cell{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 30px 0;
}

section[data-cattype="220"] .table-cell .heading,
section[data-cattype="220"] .table-cell h2{
    font-size: 25px;
    /* font-family: 'GlegooRegular'; */
    font-family: 'Public Sans', sans-serif;
    font-weight: 200;
    line-height: 1.2;
    color: #fec21c;
}


@media screen and (min-width: 1200px) {
    
    [data-cattype="220"] h1.section-title,
    [data-cattype="220"] .section-title{
        font-size: 48px;
    }

	section[data-cattype="220"] .table-cell .heading,
    section[data-cattype="220"] .table-cell h2{
        font-size: 32px;

    }
    
}


@media screen and (max-width: 767px) {
    
    section[data-cattype="220"] .table-box,
    section[data-cattype="220"] {
        min-height: inherit;
        height: auto;
    }
    
    section[data-cattype="220"] .table-box{
        width: 100%;
    }
    
    section[data-cattype="220"] .table-cell{
        padding: 30px 20px;
    }
}
