@media (max-width: 768px) {


  .vc_custom_heading,
  .wpb_text_column,
  .wpb_wrapper,
  .wpb_wrapper p,
  .wpb_wrapper h1,
  .wpb_wrapper h2,
  .wpb_wrapper h3 {
    text-align: center !important;
  }


  .wpb_wrapper h1,
  .vc_custom_heading h1 {
    font-size: 32px !important;
    line-height: 1.1 !important;
  }


  .wpb_wrapper h2,
  .vc_custom_heading h2 {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }


  .wpb_wrapper p {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }


  .wpb_wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }


}