.stepostin-pros-cons-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 10px 16px;
  box-sizing: border-box;
  margin-top: 20px;
}

.stepostin-pros-cons-title {
  font-family: "Inter", sans-serif;
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #070707;
}

.stepostin-pros-cons-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.stepostin-pros-cons {
  height: 170px;
  width: 280px;
  max-width: 400px;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: transparent;
  box-sizing: border-box;
  border: 1px solid #070707
}

.stepostin-pros-cons-list {
  color: #070707;
  font-family: "Inter", sans-serif;
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}

.stepostin-pros-cons-header {
  font-family: "Inter", sans-serif;
  color: #070707;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
}

@media (min-width: 1024px) {
  .stepostin-pros-cons-wrapper {
    flex-direction: row;
  }

  .stepostin-pros-cons {
    height: 170px;
    width: 365px;
    border-radius: 10px;
  }
}
