.how-it-works-single-item {
  padding: 25px 35px;
  border-radius: 30px;
  background: #f3ebe0;
  margin-bottom: 20px;
}
.how-it-works-single-item .number {
  padding: 17px;
  border-radius: 12px;
  width: 47px;
  height: 47px;
  font-size: 28px;
  color: #a28c78;
  font-weight: 600;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  background: white;
}
.how-it-works-single-item h3 {
  font-family: "Urbanist", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #a28c78;
}
.how-it-works-single-item p {
  font-weight: 500;
  color: rgba(17, 17, 17, 0.7);
}
