.carousel-sectionlist .slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.carousel-sectionlist .slick-prev {
    position: absolute;
    z-index: 7;
    bottom: -100px;
    left: 0;
    top:auto;
    right: auto;
}
 .carousel-sectionlist .slick-next {
    position: absolute;
    left: 80px;
    z-index: 7;
    bottom: -100px;
    top:auto;
    right: auto;
}

.carousel-sectionlist .slick-arrow:before {
    display: none;
}

.carousel-sectionlist .slick-arrow {
    border: 1px solid #6EA58D;
    border-radius: 50%;
    width: 53px;
    height: 53px;
}

.carousel-sectionlist .slick-arrow svg path {
    fill: #6ea58d;
}

.carousel-sectionlist .slick-arrow:not(.slick-disabled):hover svg path {
    fill: white;
}

.carousel-sectionlist .slick-arrow:not(.slick-disabled):hover {
    background: #6ea58d;
}






.maininnercarousel {
    position: relative;
}

.main-carousel-text .wp-block-heading {
    color: rgba(0, 0, 0, 0.13);
    font-size: 100px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px; /* 70% */
    transform: rotate(-90deg);
    text-wrap-mode: nowrap;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
}

.section-carousel-texts {
    padding:100px 0 50px;
    overflow-x: hidden;
}

.main-carousel-text {
    position: absolute;
    left: 0;
    width: 80px;
    overflow: hidden;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition:opacity .5s linear;
    opacity:1;
}


.main-carousel-text.hideit {
    opacity:0;
}
    /*Just to make it not full width, for this example*/
    .carousel-sectionlist{
        width:1200px;
        margin:0 auto;
    }

/*Edit, forgot this important bit.  This keeps the other slides visible*/
.carousel-sectionlist .slick-list {
    overflow: visible;
}
.carousel-single-item {
    margin-right: 25px;
    padding: 50px;
    border-radius: 8px;
    border: 1px solid #4A7563;
    background: transparent;
}

.inner-carousel-title {
    color: #6EA58D;
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2; /* 200% */
}

.inner-carousel-text {
    font-weight: 300;
}

.inner-carousel-text * {
    font-size: inherit;
}

.section-carousel-buttons {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-end!important;
}
.carousel-single-item:hover {
    background: #6ea58d;
}

.carousel-single-item:hover * {
    color: white;
}
@media screen and (max-width:1600px) {
    .all-carousel-texts {
        padding-left: 100px;
    }
}

@media screen and (max-width:1024px) {
    .all-carousel-texts {
        padding: 0;
    }
    
    .maininnercarousel {
        padding: 15px;
    }
    
    .section-carousel-texts {
        padding: 50px 0;
    }
    
    .main-carousel-text {
        position: relative;
        top: auto;
        height: auto;
        width: 100%;
    }
    
    .main-carousel-text .wp-block-heading {
        position: relative;
        transform: none;
        top: auto;
        left: auto;
        font-size: 40px;
        margin-bottom: 0;
        line-height: 1.2;
    }
    .carousel-single-item {
        padding:30px;
    }
    .main-carousel-text.hideit {
        opacity:1;
    }
    .wp-block-buttons.section-carousel-buttons {
        align-items: flex-end !important;
    }
}


.carousel-single-item:hover .wp-block-button__link {
    background: white!important;
    color: #6EA58D !important;
}

.carousel-single-item:hover .wp-block-button__link svg path {
    fill: #6ea58d;
}