.products-included {
    padding-top: 4em;
}

.products-included .wrap {
    max-width: calc(1680px + 10em);
    padding: 0 5em;
}

.products-included .side:first-child {
    padding: 7em 0 6em 0;
}

.products-included .box {
    padding: 0 6em 0 9em;
    overflow: hidden;
}

.products-included .box:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('../assets/description-box-bgd.png') no-repeat top left, url('../assets/description-box-rotated-bgd.png') no-repeat bottom right;
    background-size: clamp(71px, 355px, 355px) auto;
}

.products-included .box .side {
    position: relative;
    z-index: 10;
}

.products-included .content {
    margin-top: 2.25em;
    color: var(--text-white);
}

.products-included ul {
    column-count: 2;
    max-width: 40em;
}

.products-included li {
    font-size: var(--font-size-regular);
    color: var(--text-white);
}

.products-included ul li {
    display: flex;
    align-items: center;
    margin: 1em 0;
}

.products-included ul li:first-child {
    margin-top: 0;
}

.products-included ul li::before {
    content: '\e876';
    display: inline-block;
    font-family: 'Material Icons';
    margin-right: 0.88em;
}

@media all and (max-width: 1300px) {
    .products-included .box {
        padding: 0 4em 0 6em;
    }
}

@media all and (max-width: 1100px) {
    .products-included {
        padding-top: 3em;
    }
    .products-included .box {
        padding: 0 2.5em 0 2.5em;
    }
    .products-included .side:first-child {
        padding: 4em 0;
    }
}

@media all and (max-width: 1000px) {
    .products-included {
        padding-top: 0;
        padding-bottom: 0;
    }
    .products-included .wrap {
        max-width: calc(1680px + 5em);
        padding: 0 25px;
    }
}

@media all and (max-width: 800px) {
    .products-included .side:first-child {
        width: 100%;
        padding: 2.2em 0;
    }
    .products-included .box .side:last-child {
        display: none;
    }
}

@media all and (max-width: 700px) {
    .products-included li {
        font-size: 0.9em;
    }
}

@media all and (max-width: 600px) {
    .products-included ul {
        column-count: 1;
    }
}
