.custom-benefit-slider .nectar-carousel .flickity-slider > .cell .inner-wrap {
  justify-content: flex-start !important;
}

.custom-benefit-slider-img {
  position: absolute !important;
}

.custom-benefit-slider-title {
  padding-left: 76px !important;
}

.custom-benefit-slider-title p,
.custom-benefit-slider-title h3,
.custom-benefit-slider-title h5,
.custom-benefit-slider-title span {
  line-height: 1.1 !important;
}

.custom-benefit-slider .nectar-carousel-fixed-content h2 {
    @media (max-width: 900px) {
        font-size: 28px;
    }
}

.custom-benefit-slider .nectar-carousel-fixed-content p {
    color: var(--c-dark-gray);
    font-size: 16px;
    font-weight: 500;
    margin-top: 16px;
}

.custom-benefit-slider .flickity-viewport {
    @media (max-width: 900px) {
        margin-top: 30px !important;
    }
}