.intro-img,
.explore-section,
.c-main-hero-search,
.lemon-dec,
.difference-section {
    position: relative;
}

.intro-img::after {
    content: url(https://dy5f5j6i37p1a.cloudfront.net/company/sites/158840/assets/images/illustrations/plant.svg);
    position: absolute;
    height: 150px;
    width: 150px;
    right: -90px;
    z-index: 49;
    bottom: -30px;
    rotate: 90deg;
}

.explore-section::after {
    position: absolute;
    content: url('https://dy5f5j6i37p1a.cloudfront.net/company/sites/158840/assets/images/illustrations/blueberries.svg');
    height: auto;
    width: 350px;
    left: -80px;
    z-index: 1;
    bottom: -60px;
}

.slick-slider {
    z-index: 2;
}

.c-main-hero-search::after {
    position: absolute;
    content: '';
    background-image: url('https://dy5f5j6i37p1a.cloudfront.net/company/sites/158840/assets/images/illustrations/herbs.svg');
    background-size: cover;
    height: 150px;
    width: 115px;
    top: -150px;
    right: 75px;
    z-index: 1;

}

.lemon-dec::after {
    position: absolute;
    content: '';
    background-image: url('https://dy5f5j6i37p1a.cloudfront.net/company/sites/158840/assets/images/illustrations/lemons.svg');
    background-size: cover;
    height: 150px;
    width: 115px;
    top: -150px;
    right: 75px;
    z-index: 1;

}

.interior-hero::after {
    content: '';
    position: absolute;
    height: 175px;
    width: 175px;
    right: 50px;
    z-index: 49;
    top: 95%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.interior-hero.left::after{
    right: auto;
    left: 50px
}

.grape::after{
    background-image: url('https://dy5f5j6i37p1a.cloudfront.net/company/sites/158840/assets/images/illustrations/grapes.png');
}

.watermelon::after{
    background-image: url('https://dy5f5j6i37p1a.cloudfront.net/company/sites/158840/assets/images/illustrations/watermelon.png');
}

.difference-section::after{
    content: '';
    position: absolute;
    height: 250px;
    width: 250px;
    z-index: 0;
    left: 50px;
    bottom: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('https://dy5f5j6i37p1a.cloudfront.net/company/sites/158840/assets/images/illustrations/pomegranite.png');
}

@media (max-width: 1400px) {
    .difference-section::after{
        left: 15px;
        bottom: -70px;
    }
} 

@media (max-width: 1022px) {
    .interior-hero.left::after {
        left: 25px;
    }
    .interior-hero::after {
        height: 100px;
        width: 100px;
    }
} 


main {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
}



@media (min-width: 1440px) {
    .xl\:m\-width\-\[1000px\]{
        max-width: 1000px;
    }

    .xl-contain {
        max-width: 1500px;
        margin-left: auto;
        margin-right: auto;
    }
}


.slick-slide{
    padding: 0 1rem;
}

#company-profile-main>div .slick-slide{
    padding: 0 !important;
}