.stepostin-info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 16px;
  margin-top: 20px;
  box-sizing: border-box;
}

.stepostin-info-wrapper {
  max-width: 1140px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stepostin-info-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #070707;
  margin: 0;
}

.stepostin-info-description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #070707;
  margin: 0;
}