        section[data-custom-block="illustration"] {position: relative;padding-bottom:440px;background: var(--paleYellowColour) url("icons/illustration_bg.svg") no-repeat  bottom center;background-size: auto 440px;}
        section[data-custom-block="illustration"]::after {content:'';display:block;position: absolute;bottom:55px;right:0;height:476px;width:56%;background: transparent url("icons/illustration_produce_edited_3.svg") no-repeat bottom center;background-size: contain;pointer-events: none;}
        section[data-custom-block="illustration"] .text-wrapper {display: flex; align-items: center; width:100%;height:100%;top:0;bottom:0;max-width: 1520px;left: 0;right: 0;margin: auto;padding-top:100px;    line-height: 1.1;}
        section[data-custom-block="illustration"] .text-wrapper .text{ width: 100%;max-width:780px;color:var(--greenColour);font-size:50px;font-weight:500;text-align: center;}
        section[data-custom-block="illustration"] .text-wrapper .text .heading{font-size:80px;font-weight:700;line-height: 1.2;color:var(--yellowColour);text-transform:uppercase}
        section[data-custom-block="illustration"] .text-wrapper .text p {margin: 0px 0px 20px;}
        section[data-custom-block="illustration"] .text-wrapper .text span.marker {font-family: var(--secondaryFont);color:var(--yellowColour)}


@media (max-width:800px){
    section[data-custom-block="illustration"] .text-wrapper .text {font-size:36px;}
    section[data-custom-block="illustration"] .text-wrapper .text .heading{font-size:58px;}
}
/* @media (max-width:800px){
    section[data-custom-block="illustration"] .text-wrapper .text {font-size:24px;}
    section[data-custom-block="illustration"] .text-wrapper .text .heading{font-size:42px;}
} */
@media (max-width:560px){
    section[data-custom-block="illustration"] .text-wrapper .text {font-size:24px;}
    section[data-custom-block="illustration"] .text-wrapper .text .heading{font-size:38px;}

}
