.text-column {
    background-color: #F7F9FB;
    position: relative;
    z-index: 4;
}

.text-column:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: #fff;
}

.text-column-heading ,
.text-column-heading p {
    padding: 19px 32px;
    background-color: #005B96;
    color: #fff;
    font-size: 22px;
    line-height: 1.181em;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.text-column-content {
    padding: 32px 36px 32px 32px;
    background-color: #fff;
    color: #23282D;
}

.text-column-wrapper {
    box-shadow: 0 0 20px rgba(3,57,108,0.23);
    position: relative;
    z-index: 1;
}

.text-column-content ul {
    margin: 0;
}

.text-column-content ul li {
    margin: 0 0 22px;
}

.text-column-content ul li:last-child {
    margin-bottom: 0;
    letter-spacing: 0.05em;
}

.text-column-content ul li span {
    color: #EE5E32;
    font-size: 22px;
    font-weight: 800;
}



@media(min-width: 768px) {
    .text-column-heading ,
    .text-column-heading p{
        padding: 16px 32px;
        line-height: 1.636em;
        letter-spacing: 0em;
    }
}


@media(min-width: 1200px) {
    .text-column:after {
        height: 98px;
    }

    .text-column-content ul {
        column-count: 2;
        column-gap: 88px;
    }

    .text-column-heading ,
    .text-column-heading p {
        padding: 22px 32px;
        line-height: 1.181em;
    }

    .text-column-content {
        padding: 32px 28px 32px 32px;
    }

    .text-column-content ul li {
        font-size: 18px;
        line-height: 1.66em;
        margin-bottom: 26px;
    }

    .text-column-content ul li span {
        font-size: 22px;
    }
}