.content .text,
.content .title {
    width: 66.6666%;
}

.content .title,
.reporting .title {
    margin: 0 0 3.2rem;
}


.values {
    position: relative;
    background: white;
}

.values:after {
    top: 24.0rem;
    left: 80%;
    width: 20%;
    bottom: 0rem;
    content: '';
    display: block;
    position: absolute;
    background: url(../images/pattern-02.png);
    background-size: 100rem;
    background-repeat: repeat;
}

.values .icon {
    width: 12rem;
    height: auto;
    margin: 0 5rem 0 0;
}

.values .texts {
    width: calc(100% - 12rem - 5rem);
}

.values .texts h5 {
    margin: 0 0 2.4rem;
}

.values .texts li {
    margin: 0 0 0.5rem;
    position: relative;
    list-style: none;
}

.values .texts li:after {
    top: 0;
    left: -2rem;

    content: '✓';
    display: block;
    position: absolute;
}


.values .white {
    text-align: right;
}

.values .white .icon {
    order: 2;
    margin: 0 0 0 5rem;
}

.values .white .texts li:after {
    left: auto;
    right: -2rem;
}


@media (max-width: 1100px) {
    .content .text, .content .title {
        width: 100%;
    }

    .wrapper.inner-wrapper {
        flex-wrap: wrap;
    }

    .values,
    .values .white {
        text-align: left;
    }

    .values:after {
        display: none;
    }

    .values .icon,
    .values .white .icon {
        order: -2;
        width: 8rem;
        margin: 0 auto 3rem 0;
    }

    .values .texts {
        width: 100%;
    }

    .values .white .texts li:after {
        left: -2rem;
        right: auto;
    }
}
