.vb-category-bottom {
  width: 100%;
  margin: 48px 0 30px;
  padding: 0px 20px;
}

.vb-category-bottom__video,
.vb-category-bottom__description {
  max-width: 1240px;
  margin: 0 auto 40px;
}

.vb-category-bottom__video-frame {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #f6efe9;
  padding-top: 56.25%;
}

.vb-category-bottom__video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.vb-category-bottom__description {
  padding: 32px;
  border-radius: 20px;
  background: #f9f4ef;
  color: #4b3f3b;
}

.vb-category-bottom__wysiwyg {
  font-family:
    "Poppins",
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.vb-category-bottom__wysiwyg h2,
.vb-category-bottom__wysiwyg h3,
.vb-category-bottom__wysiwyg h4,
.vb-category-bottom__wysiwyg h5,
.vb-category-bottom__wysiwyg h6 {
  margin: 32px 0 16px;
  line-height: 1.2;
  color: #4b3f3b;
}

.vb-category-bottom__wysiwyg p,
.vb-category-bottom__wysiwyg ul,
.vb-category-bottom__wysiwyg ol,
.vb-category-bottom__wysiwyg table {
  margin: 0 0 18px;
}

.vb-category-bottom__wysiwyg ul,
.vb-category-bottom__wysiwyg ol {
  padding-left: 24px;
  list-style: initial;
}

.vb-category-bottom__wysiwyg a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.14em;
  text-decoration-thickness: 1px;
}

.vb-category-bottom__wysiwyg a:hover,
.vb-category-bottom__wysiwyg a:focus {
  text-decoration-thickness: 2px;
}

.vb-category-bottom__wysiwyg > :first-child {
  margin-top: 0;
}

.vb-category-bottom__wysiwyg > :last-child {
  margin-bottom: 0;
}

.vb-category-bottom__table-wrap {
  width: 100%;
  margin: 0 0 18px;
}

.vb-category-bottom__wysiwyg table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

.vb-category-bottom__wysiwyg th,
.vb-category-bottom__wysiwyg td {
  padding: 12px 14px;
  border: 1px solid rgba(75, 63, 59, 0.16);
  text-align: left;
  vertical-align: top;
}

.vb-category-bottom__wysiwyg th {
  font-weight: 600;
  background: rgba(255, 255, 255, 0.55);
}

.vb-category-bottom__faq.vb-faq {
  padding: 0px;
}
.vb-category-bottom .vb-faq .vb-faq__inner {
  grid-template-columns: 1fr;
  gap: 40px;
  padding: 0px;
}
.vb-category-bottom .vb-faq__a p {
  font-size: 16px;
}

@media (max-width: 768px) {
  .vb-category-bottom {
    margin-top: 32px;
  }

  .vb-category-bottom__video,
  .vb-category-bottom__description {
    margin-bottom: 28px;
  }

  .vb-category-bottom__description {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .vb-category-bottom__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .vb-category-bottom__wysiwyg table {
    min-width: 720px;
    table-layout: auto;
  }

  .vb-category-bottom__wysiwyg th,
  .vb-category-bottom__wysiwyg td {
    padding: 10px 12px;
  }
}
