.s4-wrap {
    display: flex;
    flex-direction: column;
}
.upper-wave {
    margin-bottom: -4px;
}
.bottom-wave {
    margin-top: -4px;
}
.s4-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #023A15;
}
.s4-box-img {
    max-width: 723px;
    margin-right: 30px;
}

.s4-box-img img{
    width: 100%;
}

.s4-box-content {
    box-sizing: border-box;
    max-width: 470px;
    margin-right: 10%;
    color: white;
}
.s4-box-content__title {
    font-size: 36px;
    margin-bottom: 30px;
}

.s4-box-content__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}
.s4-box-content__item-text {
    box-sizing: border-box;
    max-width: 320px;
    padding: 0 50px 0 20px;
}

@media screen and (max-width: 1000px){
    .s4-box-content {
        margin-right: 20px;
    }
}
@media screen and (max-width: 800px){
    .s4-box {
        flex-direction: column;
    }
}

@media screen and (max-width: 600px){
    .s4-box-content {
        margin: 0;
    }
    .s4-box-content__item-text {
        padding: 0 10px;
    }
    .s4-box-content {
        padding: 10px;
    }
    .s4-box-content__title {
        font-size: 24px;
        text-align: center;
    }
    .s4-box-content__item {
        align-items: flex-start;
    }
    .s4-box-content__item img {
        height: 48px;
        width: 48px;
    }
}
