.main {
  margin-top: 250px;
  padding-inline: 66px;
}

.main h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: center;
}

.textWrapper {
  border-radius: 20px;
  background-color: #f5f5f5;
  padding: 66px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-top: 44px;
}

.textWrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
.innerHtml {
  font-size: 16px;
  line-height: 1.5;
}

.innerHtml p,
.innerHtml h1,
.innerHtml h2,
.innerHtml h3,
.innerHtml h4,
.innerHtml h5,
.innerHtml h6 {
  margin-bottom: 12px;
}

.innerHtml ul,
.innerHtml ol {
  margin-bottom: 12px;
  padding-inline-start: 24px;
}

.innerHtml a {
  color: #0070f3;
  text-decoration: none;
  margin-bottom: 12px;
}

@media screen and (max-width: 1110px) {
  .main {
    padding-inline: 16px;
  }
}
@media screen and (max-width: 630px) {
  .textWrapper {
    padding: 24px;
  }
}
