.process {
  overflow: hidden;
  padding: 24px 0;
}
.process__slider {
  position: relative;
}
.process__slide {
  height: auto;
}
.process .slider-nav {
  margin-top: 40px;
}
@media (width < 1080px) {
  .process .swiper {
    overflow: visible;
  }
}

.process-card {
  padding: 16px;
  border-radius: 24px;
  background: var(--color-lightblue);
}
.process-card__top {
  display: flex;
  align-items: center;
  margin-bottom: 56px;
}
.process-card__number {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 0.13px;
}
.process-card__arrow {
  width: 100%;
  height: 1px;
  color: rgba(23, 26, 31, 0.1);
  background: currentColor;
  position: relative;
}
.process-card__arrow:after {
  content: "";
  position: absolute;
  top: 0.5px;
  right: -1px;
  transform: translateY(-50%);
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDYgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjYwMDA5OCAwLjYwMDA5OEw0Ljk5NTQ1IDcuNjAwMUwwLjYwMDA5OCAxNC42MDAxIiBzdHJva2U9IiMxNzFBMUYiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+") no-repeat center/contain;
  width: 4.5px;
  height: 14px;
  background: currentColor;
}
.process-card__title {
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 20px;
}
.process-card__description {
  color: var(--color-text-light);
}
