/* ===== STEP ===== */
.fsa-step {
  text-align: center;
}

/* circle */
.fsa-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
}

.fsa-circle img {
  width: 100%;
  height: 80%;
  object-fit: contain;
}

/* badge */
.fsa-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 11px;
}

/* title */
.fsa-title {
  margin-top: 12px;
  font-size: 18px !important;
  font-weight: 600;
}

/* swiper spacing */
.fsa-swiper {
  padding: 40px 20px;
}

/* arrows style */
.swiper-button-next,
.swiper-button-prev {
  color: #000;
}


@media (min-width: 768px) and (max-width: 1024px) {
.fsa-title {
font-size: 20px !important; 
}
}