.stepostin-history {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 10px 16px;
  box-sizing: border-box;
  gap: 20px;
  margin-top: 20px;
}

.stepostin-history-img-wrapper {
  width: 270px;
  height: 184px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.stepostin-history-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.stepostin-history-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stepostin-history-title {
  font-family: "Inter", sans-serif;
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #070707;
}

.stepostin-history-description {
  font-family: "Inter", sans-serif;
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #070707;
}

.stepostin-history-description p {
  margin: 0;
}

@media (min-width: 1024px) {
  .stepostin-history {
    flex-direction: row;
  }

  .stepostin-history-wrapper {
    flex-direction: row;
  }

  .stepostin-history-img-wrapper {
    width: 560px;
    height: 184px;
  }

  .stepostin-history-text {
    max-width: 560px;
  }
}
