.content-zone {--col-size: 8.333333%;padding-block: 24px;background-color: #54A245;position: relative;z-index: 9;}.content-zone:before, .content-zone::after {content: "";position: absolute;inset-inline: 0;width: 100%;height: 12.5vw;background-size: 110%;background-repeat: no-repeat;pointer-events: none;}.content-zone:before {top: -9vw;background-image: url('../../images/green-shape-top.png');background-position: top center;}.content-zone:after {bottom: -9.25vw;background-image: url('../../images/green-shape-bottom.png');background-position: bottom center;}.content-zone .title {color: white;text-align: center;}.content-zone .content-zone__article {width: 100%;max-width: 978px;margin-inline: auto;text-align: center;}.content-zone .content-zone__article>p {font-weight: 600;}.content-zone .content-zone__col-8 {width: calc(var(--col-size) * 12);margin-inline: auto;}.content-zone .content-zone__article>* {color: white;}@media screen and (min-width: 768px) {.content-zone {--col-size: 8.333333%;padding-block: 58px;}.content-zone .title {margin-bottom: 37px;}}