
.vp-faq-cta {
  max-width: 820px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.vp-faq-cta h2 {
  font-family: 'Kanit', sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.15;
  color: #ffffff;
  margin: 0 0 8px;
}

.vp-faq-cta p {
  max-width: 760px;
  margin: 0 auto 14px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
  color: rgba(255,255,255,.92);
}

.vp-button {
  display: inline-block;
  margin-top: 4px;
  padding: 13px 28px;

  background: #ffffff;
  color: #49368b !important;

  font-family: 'Kanit', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;

  text-decoration: none;
  border-radius: 18px;

  transition: all .2s ease;
}

.vp-button:hover {
  background: #f4f1ff;
  color: #49368b !important;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .vp-faq-cta h2 {
    font-size: 28px;
  }

  .vp-faq-cta p {
    font-size: 15px;
  }

  .vp-button {
    font-size: 16px;
    padding: 12px 24px;
  }
}
