.adam_wastehero_testimonial {
    display: flex;
    padding: 60px 0 110px 0;
    flex-direction: column;
    align-items: center;
    gap: 60px
}

.adam_wastehero_testimonial .testimonial__wrapper {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    margin-bottom: 0 !important
}

.adam_wastehero_testimonial .slick-track {
    display: flex;
    gap: 200px;
    align-items: start
}

.adam_wastehero_testimonial .testimonial-slide {
    width: 600px;
    display: flex !important;
    padding: 16px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
}

.adam_wastehero_testimonial .slick-dots li button:before {
    content: ''
}

.adam_wastehero_testimonial .testimonial-slide:not(.slick-current) {
    opacity: .4
}

.adam_wastehero_testimonial .slick-list {
    padding: 0 !important
}

.adam_wastehero_testimonial .testimonial-navigation {
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 40px;
}

.adam_wastehero_testimonial .testimonial-navigation .slick-arrow {
    position: absolute;
    cursor: pointer;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6.667px;
    background: var(--Light-blue-20, rgba(117, 189, 234, 0.20));
}

.adam_wastehero_testimonial .testimonial-prev {
    left: -400px
}

.adam_wastehero_testimonial .testimonial-next {
    left: 370px
}

.adam_wastehero_testimonial .slick-dots {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    bottom: -60px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none !important;
    gap: 12px;
}

.adam_wastehero_testimonial .slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    margin: 0px 2px !important;
    width: 8px;
    height: 8px;
}

.adam_wastehero_testimonial .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
    padding: 0;
    width: 8px;
    height: 8px
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    content: '•';
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    width: 12px;
    height: 12px;
    background-color: var(--Dark-blue, #1b2344);
    opacity: 1;
    border-radius: 50%
}

.adam_wastehero_testimonial .slick-dots li.slick-active button::before,
.adam_wastehero_testimonial .slick-dots button:hover::before {
    background-color: var(--Light-blue, #75bdea)
}

.adam_wastehero_testimonial .testimonial-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%
}

.adam_wastehero_testimonial button:hover,
.adam_wastehero_testimonial button:focus {
    background-color: transparent !important
}

.adam_wastehero_testimonial .testimonial-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch
}

.adam_wastehero_testimonial .testimonial-quote {
    color: var(--Dark-blue, #1b2344);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%
}

.adam_wastehero_testimonial .testimonial-quote p {
    margin: 0;
}

.adam_wastehero_testimonial .testimonial-name {
    font-size: 16px;
    font-weight: 600;
}

.adam_wastehero_testimonial .testimonial-title {
    font-size: 16px;
    font-weight: 400;
}

.testimonial__wrapper .slick-list {
    overflow: hidden
}

.adam_wastehero_testimonial .testimonial-quote * {
    color: inherit !important;
    font: inherit !important;
    line-height: inherit !important
}

.adam_wastehero_testimonial .testimonial-title {
    white-space: normal
}

.adam_wastehero_testimonial .testimonial-quote div {
    color: var(--Dark-blue, #1b2344);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%
}

@media (max-width:1024px) {
    .adam_wastehero_testimonial .testimonial-slide {
        width: 400px
    }

    .adam_wastehero_testimonial .slick-track {
        gap: 60px;
    }

    .adam_wastehero_testimonial .slick-dots {
        bottom: -20px
    }

    .adam_wastehero_testimonial .testimonial-prev {
        left: -36px
    }

    .adam_wastehero_testimonial .testimonial-next {
        left: 36px
    }

    .adam_wastehero_testimonial .slick-dots {
        display: none !important;
    }

    .adam_wastehero_testimonial .testimonial-navigation {
        top: auto;
        bottom: 106px;
    }
}

@media (max-width:768px) {
    .adam_wastehero_testimonial .testimonial-navigation .slick-arrow svg {
        width: 20px;
        height: 20px
    }

    .adam_wastehero_testimonial .slick-track {
        gap: 93px
    }

    .adam_wastehero_testimonial .testimonial-slide {
        width: calc(100vw - 20px * 2)
    }

    .adam_wastehero_testimonial .slick-list {
        margin-left: 0
    }

    .adam_wastehero_testimonial .testimonial-quote {
        font-size: 16px;
    }

    .adam_wastehero_testimonial .testimonial-name,
    .adam_wastehero_testimonial .testimonial-title {
        font-size: 14px;
    }
}