.steps-section {
  padding: 120px 15px;
  text-align: center;
}

.steps-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 96px;
}

.steps-wrapper {
  display: flex;
  gap: 127px;
  justify-content: center;
  flex-wrap: wrap;
}

.steps-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 180px;
}

.steps-number {
  background-color: #A8DEDE;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #080057;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.steps-text {
  line-height: 18px;
  color: #020014;
}