.custom-bg-x {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

.how-it-works {
  width: 100%;
  padding: 20px;
  background-color: #F7F7F7;
  display: flex;
  align-items: center;
}
.how-it-works .shareit-purple {
  color: #5a9cde;
}
.how-it-works .shareit-blue {
  color: #5a9cde;
}
.how-it-works .text {
  width: 30%;
  text-align: center;
  font-size: 20px;
}
.how-it-works .text button {
  margin: 10px 0px;
  background-color: transparent;
  border: 1px solid #5a9cde;
  padding: 10px 20px;
  border-radius: 20px;
  color: #5a9cde;
  transition: all 0.3s ease-in-out;
}
.how-it-works .text button:hover {
  background-color: #5a9cde;
  color: white;
}
.how-it-works .steps-section {
  height: 80%;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.how-it-works-step {
  width: 25%;
}
.how-it-works-step .icon {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: rgba(90, 156, 222, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-it-works-step .icon img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  border-radius: 100%;
}

@media (max-width: 682px) {
  .custom-bg-x {
    height: fit-content !important;
  }
  .how-it-works {
    flex-direction: column;
    align-items: flex-start;
  }
  .how-it-works .text {
    width: 100%;
  }
  .how-it-works .steps-section {
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0px;
  }
  .how-it-works .steps-section .how-it-works-step {
    width: 50%;
    flex-grow: 1;
  }
}

/*# sourceMappingURL=how.css.map */
