.features .wrap {
    max-width: calc(1440px + 10em);
    padding: 0 5em;
}

.features .box-title {
    line-height: 1.2;
}

.features {
    margin-top: -1px;
}

.features .inner-box {
    padding-top: 3.8em;
    padding-bottom: 4.5em;
    background: var(--text-green);
    border-top-left-radius: var(--round-default);
    border-top-right-radius: var(--round-default);
}

.features .intro {
    margin: 0.66em 0 1em 0;
    font-size: 1.15em;
}

.features .side:first-child {
    width: 50.8%;
    padding-right: 5.8em;
}

.features .side:last-child {
    width: 49.2%;
}

.features .wrap.no-features .side:first-child {
    border-bottom: 1px solid #9DD3A2;
    padding-bottom: 30px;
    width: 100%;
    padding-right: 0;
    margin-top: 0;
}

.features.accordion article {
    cursor: pointer;
}

@media all and (max-width: 1400px) {
    .features .intro {
        font-size: 1.05em;
    }
}

@media all and (max-width: 1200px) {
    .features .side:first-child {
        padding-right: 3.2em;
    }
}

@media all and (max-width: 1000px) {
    .features .wrap {
        max-width: calc(1440px + 5em);
        padding: 0 25px;
    }
    .features .inner-box {
        padding-top: 2.2em;
        padding-bottom: 2.2em;
    }
    .features.accordion .wrap {
        flex-direction: column;
    }
    .features .side:first-child {
        width: 100%;
        padding-right: 0;
    }
    .features .side:last-child {
        margin-top: 2em;
        width: 100%;
    }
    .features .intro {
        font-size: 1.05em;
    }
}

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