.editorial {
    overflow: hidden;
}
.editorial .inner-container {
    max-width: 1640px;
    z-index: 2;
}

.editorial h1 {
    font-weight: bold;
    margin-bottom: 1em;
}

.editorial.bg-latte {
    background-color: #F4F3EC;
}

.editorial .bg-design {
    position: relative;
    width: 100%;
    height: 100%;
}

.editorial .bg-img-shape {
    position: relative;
}

.editorial .bg-img-shape img {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}

.editorial .bg-inner-img img {
    border-radius: 40px;
    box-shadow: -5px 5px 8px 0 rgb(0 0 0 / 20%);
}

.editorial-content {
    width: 100%;
    margin: 0 auto;
    padding: 0 1.625em;
}

.editorial-content .inner-content ul li,
.editorial-content .inner-content p {
    font-size: 1em;
    line-height: 1.5em;
}
.editorial-content .inner-content p {
    margin-bottom: 1.25em;
}

.editorial-content .inner-content ul li span {
    font-weight: bold;
}

@media only screen and (max-width: 1536px) {
    .bg-inner-img .img-second {
        bottom: 0%;
    }
    .editorial.pattern-right::after {
        background-position: left center;
    }
}

@media only screen and (max-width: 1366px) {
    .editorial-content.img-right {
        padding-right: 0px;
        padding-left: 3.75em;
    }
    .editorial-content.img-left {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1366px) {
    .editorial-content .inner-content {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1080px) {
    .editorial-content,
    .editorial-content.img-right {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 992px) {
    .editorial-content h2 {
        font-size: 44px;
        line-height: 46px;
        margin-bottom: 36px;
    }
    .editorial-content .inner-content ul,
    .editorial-content .inner-content {
        padding-left: 10px;
    }
    .editorial-content h5 {
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 768px) {
    .bg-img-shape,
    .bg-img-shape img {
        height: auto;
    }
    .bg-img-shape img {
        border-radius: 30px;
        height: 330px;
    }
    .editorial .img-container {
        order: 2;
        margin: 30px 0;
        margin-bottom: 40px;
        height: 600px;
        padding: 0 1em;
    }
    .editorial.pattern-right::after {
        width: 100%;
        height: 50%;
        background: url(../../images/pattern-h.svg) no-repeat right center;
        background-size: 100%;
        bottom: 0;
        top: auto;
        background-position: bottom center;
    }
    .editorial.bg-latte::after {
        filter: invert(1);
    }
    .editorial .bg-inner-img .img-second {
        bottom: auto;
        top: 0;
        width: 65%;
        height: 50%;
    }
}

@media only screen and (max-width: 575px) {
    .editorial .img-container {
        margin-bottom: 0;
        height: 300px;
    }
}

@media only screen and (max-width:374px) {
    .editorial-content {
        padding: 0;
    }
}