main li {
    line-height: 0.94;
    padding-bottom: 20px;
}

.first-layer {
    column-count: 2;
}

.fourth-layer {
    font-weight: bold;
    list-style: none;
}

ul li {
    font-size: 18.4px;
    line-height: 1.14;
    font-weight: lighter;
}


p{
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
}

.wp-block-columns {
    padding-top:0px!important;
    padding-bottom:0px !important;
}

@media screen and (max-width: 431px) {
    .first-layer {
        column-count: 1;
    }
}    

@media screen and (min-width: 431px) {
    .wp-block-group .wp-block-columns  {
        flex-wrap: nowrap !important;
    }
}