.stages__swiper {
  padding-bottom: 40px;
}

.stages .card-stage {
  min-height: 420px;
  position: relative;
}

.stages .card-stage-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.stages .card-stage-content {
  position: relative;
  z-index: 1;
  padding: 32px;
}

.stages .card-stage-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.card-stage__title {
  margin-top: 20px;
  color: var(--color-dark-blue);
  font-size: 32px;
  font-weight: 700;
}

.card-stage.dark-bg .card-stage__title {
  color: var(--color-white);
}

.card-stage__title:first-child {
  margin-top: 0;
}

.card-stage__desc {
  margin-top: 8px;
  color: var(--color-text);
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.card-stage.dark-bg .card-stage__desc {
  color: rgba(254, 254, 254, 0.60);
}

@media (min-width: 1440px) {
  .stages .card-stage { min-height: 848px; }
}
