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

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

  .custom-slider-card .wpb_wrapper {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-template-rows: auto 1fr;
    gap: 24px 12px;
    align-items: center;

    .img-with-aniamtion-wrap img {
      margin-bottom: 0 !important;
    }

    .wpb_content_element:not(.custom-benefit-slider-title) {
      grid-column: 1 / span 2;
    }
  }
}

.custom-benefit-card .wpb_text_column > * {
  margin-top: 24px;
}