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