.stepostin-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 16px;
  box-sizing: border-box;
  margin-top: 20px;
}

.stepostin-features-title {
  font-family: "Inter", sans-serif;
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #070707;
}

.stepostin-features-description {
  font-family: "Inter", sans-serif;
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #070707;
}

.stepostin-features-description p {
  margin: 0;
}

.stepostin-features-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.stepostin-feature {
  padding: 10px 20px;
  color: #070707;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 100px;
  background: #fef8e2;
  box-shadow: 0px 4px 0px #070707;
}
