.c-cards-info {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  position: relative;
}
@media (min-width: 992px) {
  .c-cards-info {
    margin-bottom: 96px;
    margin-bottom: 6rem;
    clip-path: inset(-100vw -100vw -100vw 0);
  }
}
.c-cards-info__title {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.c-cards-info__text {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  max-width: 700px;
}
.c-cards-info__items {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .c-cards-info__items {
    position: relative;
  }
}
.c-cards-info__items .paragraph {
  height: 100%;
}
.c-cards-info .slick-slide {
  height: inherit !important;
}
.c-cards-info .slick-list {
  margin-left: -20px;
  overflow: visible !important;
}
@media (min-width: 992px) {
  .c-cards-info .slick-list {
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }
}
.c-cards-info .slick-track {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  display: flex !important;
  cursor: grab;
}
.c-cards-info .slick-slide {
  padding-left: 20px;
}
@media (min-width: 992px) {
  .c-cards-info .slick-slide {
    height: inherit !important;
  }
}
.c-cards-info .slick-arrow {
  width: 42px;
  height: 42px;
  position: relative;
  font-size: 0;
}
.c-cards-info .slick-arrow::after {
  position: absolute;
  top: 0;
  content: "";
  width: 42px;
  height: 42px;
  -webkit-mask: url(arrow.svg) no-repeat center;
  -webkit-mask-size: contain;
  -webkit-mask: url(arrow.svg) no-repeat center;
          mask: url(arrow.svg) no-repeat center;
  mask-size: contain;
  border: none;
  cursor: pointer;
  transition: background-color 0.5s ease-out;
  background-color: #1A1A1A;
}
.c-cards-info .slick-arrow:hover::after {
  background-color: #37B575;
}
.c-cards-info .slick-prev {
  position: absolute;
  bottom: 0;
  transform: rotate(180deg);
}
.c-cards-info .slick-next {
  bottom: 0;
  left: 60px;
  position: relative;
}
