/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.text-column {
    position: relative;
    z-index: 1;
    background-color: #F8F8F8;
    padding: 70px 0 134px 0;
}

.text-column::after {
    content: '';
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
            clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background-color: #fff;
    z-index: -1;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 64px;
}


.text-column.no-angle{
    padding: 70px 0 ;
}

.text-column.no-angle::after{
    content: '';
    width: 0;
    height: 0;
}

.text-column__headline {
    padding-bottom: 20px;
}

.box-flex {
    margin-bottom: -30px;
}

.box-item {
    margin-bottom: 30px;
}

.box {
    background-color: #fff;
    padding: 38px 26px;
    border-radius: 10px;
}

.box ul{
    padding-left: 0;
}

.box ul li:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .text-column {
       padding-bottom: 122px;
    }

    .text-column::after {
        height: 52px;
    }
    
    .box p {
        padding-bottom: 18px;
    }
}

@media (min-width: 1200px) {
    .text-column {
       padding-bottom: 120px;
       padding-top: 120px;
    }

    .text-column.no-angle{
        padding-bottom: 120px;
        padding-top: 120px;
    }

    .text-column::after {
        height: 87px;
    }

    .text-column__headline {
        padding-bottom: 30px;
    }

    .box {
        padding:35px 43px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%;
    }

    .box-flex {
        margin-bottom: -80px;
    }

    .box-item {
        margin-bottom: 80px;
    }

    .text-column.no-angle .box-item {
        margin-bottom: 0;
    }

    .card__description ul li {
        line-height: 1.5em;
    }

    .card__description ul li::before {
        top: 8px;
    }
}