.how-it-works-content h3 {
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color);
}

.how-it-works-content {
  text-align: center;
}

.how-it-works {
  padding: 0px 0px 100px;
}

.how-it-works-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
}

.how-it-works-box:hover {
  transform: translateY(-10px);
}

.how-it-works-box h4 {
  font-size: 22px;
  font-weight: 500;
  color: var(--theme-color);
}

.how-it-works-box p {
  text-align: center;
}

.how-it-works-content {
  margin-bottom: 50px;
}

.how-it-works-box .how-it-works-num {
  color: var(--white-color);
  background: var(--theme-gradient);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
