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

.simple-block .inner-box {
    padding-bottom: 3.8em;
    background: var(--text-green);
}

.simple-block p {
    margin: 1.5em 0;
    font-size: var(--font-size-regular);
    color: var(--text-white);
}

.simple-block p:last-child {
    margin-bottom: 0;
}

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

.simple-block .side:last-child {
    width: 49.2%;
    justify-content: center;
}

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

@media all and (max-width: 1000px) {
    .simple-block .wrap {
        max-width: calc(1440px + 5em);
        padding: 0 25px;
        flex-direction: column;
    }
    .simple-block .inner-box {
        padding-bottom: 0;
    }
    .simple-block .side:first-child {
        width: 100%;
        padding-right: 0;
    }
    .simple-block .side:last-child {
        margin-top: 2em;
        width: 100%;
        padding-bottom: 3em;
    }
    .simple-block img {
        display: block;
        margin: 0 auto;
    }
}

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