.stepostin-banner {
  background: #00643B;
  width: 100%;
  position: relative;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.stepostin-banner-wrapper {
  max-width: 1140px;
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.stepostin-banner-img {
  width: 260px;
  border-radius: 10px;
}

.stepostin-banner-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.stepostin-banner-title {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #ffffff;
  text-align: center;
}

.stepostin-banner-description {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
  padding: 0 30px;
}

@media (min-width: 1024px) {
  .stepostin-banner-img {
    width: 570px;
  }
}