.vb-text-page {
  background: #f8f8f8;
}

.vb-text-page__content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 14px 120px;
}

.vb-text-page__container {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}

.vb-text-page__editor {
  color: #4b3f3b;
  font-size: 16px;
  line-height: 1.75;
}

.vb-text-page__editor > *:first-child {
  margin-top: 0;
}

.vb-text-page__editor > *:last-child {
  margin-bottom: 0;
}

.vb-text-page__editor h1,
.vb-text-page__editor h2,
.vb-text-page__editor h3,
.vb-text-page__editor h4 {
  margin-top: 40px;
  margin-bottom: 16px;
  color: #4b3f3b;
  line-height: 1.2;
  font-weight: 600;
}

.vb-text-page__editor h1 {
  font-size: 36px;
}

.vb-text-page__editor h2 {
  font-size: 30px;
}

.vb-text-page__editor h3 {
  font-size: 24px;
}

.vb-text-page__editor h4 {
  font-size: 20px;
}

.vb-text-page__editor p,
.vb-text-page__editor ul,
.vb-text-page__editor ol,
.vb-text-page__editor blockquote {
  margin: 0 0 20px;
}

.vb-text-page__editor ul,
.vb-text-page__editor ol {
  padding-left: 22px;
}

.vb-text-page__editor li + li {
  margin-top: 8px;
}

.vb-text-page__editor a {
  color: #cdaea2;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.vb-text-page__editor a:hover {
  opacity: 0.8;
}

.vb-text-page__editor strong {
  font-weight: 600;
}

.vb-text-page__editor img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.vb-text-page__editor table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}

.vb-text-page__editor th,
.vb-text-page__editor td {
  padding: 12px;
  border: 1px solid rgba(75, 63, 59, 0.12);
  text-align: left;
}

@media (max-width: 767px) {
  .vb-text-page__content {
    padding: 32px 20px 32px;
  }

  .vb-text-page__editor h1 {
    font-size: 40px;
  }

  .vb-text-page__editor h2 {
    font-size: 28px;
  }

  .vb-text-page__editor h3 {
    font-size: 22px;
  }

  .vb-text-page__editor h4 {
    font-size: 18px;
  }
}
