@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//mebocare.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.0") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 18px;
	--wd-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #83b735;
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 670px;
}
.woocommerce-product-gallery.thumbs-position-left {
	--wd-thumbs-width: 167px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* =====================================================
   MEBOCARE — HOMEPAGE CSS (CLEAN MASTER v29)  (COMPLETE REPLACE)
   Scope: body.page-id-4803
   Bulletproof: NO :is()

   ROW CLASSES (WPBakery row element):
   - .mebo-hero-row
   - .mebo-pro-intro-row     (row with the “Designed for clinical practice…” block)
   - .mebo-cards-row
   - .mebo-cards-seo-line    (Text Block element UNDER the cards)
   - .mebo-tfcc-row
   - .mebo-how-row
   - .mebo-trusted-row
   - .mebo-faq-row

   OPTIONAL ELEMENT CLASSES:
   - .mebo-pro-intro         (put on the text block wrapper inside .mebo-pro-intro-row)

   CARDS:
   - .mebo-card
   - .mebo-card-link
   - .mebo-label
   - .mebo-title
   - .mebo-action
   - .mebo-card--pro         (for the green-tinted pro card)
   ===================================================== */

/* ---------- Vars ---------- */
:root{
  --mebo-green:#6FAE2E;
  --mebo-soft:rgba(111,174,46,.08);

  --mebo-text:#232323;
  --mebo-muted:#6f6f6f;

  --mebo-border:rgba(0,0,0,.08);
  --mebo-shadow:0 14px 34px rgba(0,0,0,.12);
  --mebo-shadow-hover:0 20px 48px rgba(0,0,0,.18);
  --mebo-radius:18px;

  --mebo-container:1220px;
  --mebo-gutter:15px;

  /* vertical rhythm (desktop) */
  --mebo-hero-pt:26px;
  --mebo-hero-pb:18px;

  --mebo-pro-pt:6px;
  --mebo-pro-pb:10px;

  --mebo-cards-pt:8px;
  --mebo-cards-pb:10px;

  --mebo-seo-pt:10px;
  --mebo-seo-pb:30px;

  --mebo-section-gap:56px; /* default section spacing below TFCC/HOW/TRUSTED */
}

/* =====================================================
   BASE / SAFETY
   ===================================================== */
body.page-id-4803{ color:var(--mebo-text); }

body.page-id-4803 .site-content,
body.page-id-4803 .main-page-wrapper{
  padding-top:0 !important;
}

/* =====================================================
   ROW CONTAINER + RESET “row gaps”
   (This is what fixes the big white between rows)
   ===================================================== */
body.page-id-4803 .mebo-hero-row,
body.page-id-4803 .mebo-pro-intro-row,
body.page-id-4803 .mebo-cards-row,
body.page-id-4803 .mebo-cards-seo-line,
body.page-id-4803 .mebo-tfcc-row,
body.page-id-4803 .mebo-how-row,
body.page-id-4803 .mebo-trusted-row,
body.page-id-4803 .mebo-faq-row{
  max-width:var(--mebo-container) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:var(--mebo-gutter) !important;
  padding-right:var(--mebo-gutter) !important;
  box-sizing:border-box !important;
}

/* kill WPBakery default vertical margins inside these rows */
body.page-id-4803 .mebo-hero-row .vc_row,
body.page-id-4803 .mebo-pro-intro-row .vc_row,
body.page-id-4803 .mebo-cards-row .vc_row,
body.page-id-4803 .mebo-cards-seo-line .vc_row,
body.page-id-4803 .mebo-tfcc-row .vc_row,
body.page-id-4803 .mebo-how-row .vc_row,
body.page-id-4803 .mebo-trusted-row .vc_row,
body.page-id-4803 .mebo-faq-row .vc_row,
body.page-id-4803 .mebo-hero-row .wpb_row,
body.page-id-4803 .mebo-pro-intro-row .wpb_row,
body.page-id-4803 .mebo-cards-row .wpb_row,
body.page-id-4803 .mebo-cards-seo-line .wpb_row,
body.page-id-4803 .mebo-tfcc-row .wpb_row,
body.page-id-4803 .mebo-how-row .wpb_row,
body.page-id-4803 .mebo-trusted-row .wpb_row,
body.page-id-4803 .mebo-faq-row .wpb_row{
  margin-left:0 !important;
  margin-right:0 !important;
  margin-top:0 !important;
  margin-bottom:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

/* kill column-inner padding that creates “mystery space” */
body.page-id-4803 .mebo-hero-row .vc_column-inner,
body.page-id-4803 .mebo-pro-intro-row .vc_column-inner,
body.page-id-4803 .mebo-cards-row .vc_column-inner,
body.page-id-4803 .mebo-cards-seo-line .vc_column-inner,
body.page-id-4803 .mebo-tfcc-row .vc_column-inner,
body.page-id-4803 .mebo-how-row .vc_column-inner,
body.page-id-4803 .mebo-trusted-row .vc_column-inner,
body.page-id-4803 .mebo-faq-row .vc_column-inner{
  padding-left:0 !important;
  padding-right:0 !important;
}

/* also neutralize common row-fluid padding */
body.page-id-4803 .mebo-hero-row > .vc_row-fluid,
body.page-id-4803 .mebo-pro-intro-row > .vc_row-fluid,
body.page-id-4803 .mebo-cards-row > .vc_row-fluid,
body.page-id-4803 .mebo-cards-seo-line > .vc_row-fluid,
body.page-id-4803 .mebo-tfcc-row > .vc_row-fluid,
body.page-id-4803 .mebo-how-row > .vc_row-fluid,
body.page-id-4803 .mebo-trusted-row > .vc_row-fluid,
body.page-id-4803 .mebo-faq-row > .vc_row-fluid{
  padding-left:0 !important;
  padding-right:0 !important;
}

/* clean typography spacing inside our blocks */
body.page-id-4803 .mebo-hero-row .wpb_wrapper > *:last-child,
body.page-id-4803 .mebo-pro-intro-row .wpb_wrapper > *:last-child,
body.page-id-4803 .mebo-cards-row .wpb_wrapper > *:last-child,
body.page-id-4803 .mebo-cards-seo-line .wpb_wrapper > *:last-child,
body.page-id-4803 .mebo-tfcc-row .wpb_wrapper > *:last-child,
body.page-id-4803 .mebo-how-row .wpb_wrapper > *:last-child,
body.page-id-4803 .mebo-trusted-row .wpb_wrapper > *:last-child,
body.page-id-4803 .mebo-faq-row .wpb_wrapper > *:last-child{
  margin-bottom:0 !important;
}

/* =====================================================
   HERO
   ===================================================== */
body.page-id-4803 .mebo-hero-row{
  padding-top:var(--mebo-hero-pt) !important;
  padding-bottom:var(--mebo-hero-pb) !important;
}

/* hero columns */
body.page-id-4803 .mebo-hero-col-text{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding-right:14px;
}
body.page-id-4803 .mebo-hero-col-image{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:flex-end;
  padding-left:14px;
  padding-top:8px;
}

/* hero image */
body.page-id-4803 .mebo-hero-col-image img,
body.page-id-4803 .mebo-hero-col-image svg{
  width:125%;
  max-width:520px;
  height:auto;
}

/* Hero ® fix */
body.page-id-4803 .mebo-hero-h1 sup{
  font-size:0.38em !important;
  line-height:0 !important;
  vertical-align:super !important;
  position:relative;
  top:-0.25em !important;
  opacity:0.8;
}


/* trust line */
body.page-id-4803 .mebo-hero-trust{
  font-size:18px !important;
  font-weight:600 !important;
  color:rgba(35,35,35,.72) !important;
  line-height:1.45 !important;
  margin-top:10px !important;
}
body.page-id-4803 .mebo-hero-trust *{
  font-size:inherit !important;
  font-weight:inherit !important;
  color:inherit !important;
  line-height:inherit !important;
}

/* hero buttons */
body.page-id-4803 .mebo-hero-row .vc_btn3-container,
body.page-id-4803 .mebo-hero-row .wd-button-wrapper{
  display:inline-block !important;
  margin:0 12px 0 0 !important;
  vertical-align:middle;
}
body.page-id-4803 .mebo-hero-row .vc_btn3-container{ margin-bottom:0 !important; }

body.page-id-4803 .mebo-hero-row a.vc_btn3,
body.page-id-4803 .mebo-hero-row a.button,
body.page-id-4803 .mebo-hero-row .wd-button{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:46px !important;
  padding:12px 18px !important;
  border-radius:10px !important;
  line-height:1 !important;
  white-space:nowrap !important;
}

/* =====================================================
   PRO INTRO (below buttons, above cards)
   ===================================================== */
body.page-id-4803 .mebo-pro-intro-row{
  padding-top:var(--mebo-pro-pt) !important;
  padding-bottom:var(--mebo-pro-pb) !important;
}

/* PRO INTRO body text */
body.page-id-4803 .mebo-pro-intro{
  max-width:760px;
  font-size:17px;               /* was kleiner */
  line-height:1.65;
  color:var(--mebo-text);
}

body.page-id-4803 .mebo-pro-intro strong{
  display:inline-block !important;
  font-weight:700 !important;
  padding:7px 12px !important;
  border-radius:10px !important;
  background:rgba(111,174,46,.08) !important;
  margin:0 0 8px 0 !important;
}

body.page-id-4803 .mebo-pro-intro p{
  margin:0 0 6px 0 !important;
}

/* =====================================================
   CARDS ROW (compact)
   ===================================================== */
body.page-id-4803 .mebo-cards-row{
  padding-top:var(--mebo-cards-pt) !important;
  padding-bottom:var(--mebo-cards-pb) !important;
}

/* card base */
body.page-id-4803 .mebo-card{
  background:#fff !important;
  border:1px solid var(--mebo-border) !important;
  border-radius:var(--mebo-radius) !important;
  padding:20px 20px !important;         /* compacter */
  box-shadow:var(--mebo-shadow) !important;
  transition:transform .18s ease, box-shadow .18s ease;
  height:100%;
  display:flex;
  flex-direction:column;
  text-align:left;
  min-height:160px;                      /* minder leeg */
  box-sizing:border-box;
}
body.page-id-4803 .mebo-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--mebo-shadow-hover) !important;
}

/* PRO CARD tint */
body.page-id-4803 .mebo-cards-row .mebo-card--pro,
body.page-id-4803 .mebo-cards-row .mbo-card--pro,
body.page-id-4803 .mebo-cards-row .mebo-card--pro .mebo-card,
body.page-id-4803 .mebo-cards-row .mbo-card--pro .mebo-card{
  background:var(--mebo-soft) !important;
  border-color:rgba(111,174,46,.25) !important;
}

/* link wrapper fills card */
body.page-id-4803 .mebo-card-link{
  display:flex;
  flex-direction:column;
  height:100%;
  width:100%;
  color:inherit !important;
  text-decoration:none !important;
}

/* prevent inner box styling */
body.page-id-4803 .mebo-card-link,
body.page-id-4803 .mebo-card-link *{
  background:transparent !important;
  box-shadow:none !important;
}

/* label + title */
body.page-id-4803 .mebo-label{
  color:var(--mebo-green) !important;
  font-weight:600 !important;
  font-size:13px !important;
  margin:0 0 8px 0 !important;
  min-height:18px;
}
body.page-id-4803 .mebo-title{
  margin:0 0 4px 0 !important;
  line-height:1.12 !important;
  min-height:2.9em;                      /* keeps cards equal without big void */
}

/* CTA always at bottom */
body.page-id-4803 .mebo-action{
  margin-top:auto !important;
  padding-top:10px !important;           /* dichterbij */
  color:var(--mebo-green) !important;
  font-weight:600 !important;
  text-decoration:none !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  white-space:nowrap !important;
  align-self:flex-start !important;
}
body.page-id-4803 .mebo-action::after{
  content:"→" !important;
  font-weight:700 !important;
  transform:translateY(1px);
}

/* fallback if CTA lacks .mebo-action */
body.page-id-4803 .mebo-card-link a:last-of-type:not(.mebo-action){
  margin-top:auto !important;
  padding-top:10px !important;
  color:var(--mebo-green) !important;
  font-weight:600 !important;
  text-decoration:none !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  white-space:nowrap !important;
  align-self:flex-start !important;
}
body.page-id-4803 .mebo-card-link a:last-of-type:not(.mebo-action)::after{
  content:"→" !important;
  font-weight:700 !important;
  transform:translateY(1px);
}

/* =====================================================
   SEO LINE (own Text Block under cards)
   ===================================================== */
body.page-id-4803 .mebo-cards-seo-line{
  padding-top:var(--mebo-seo-pt) !important;
  padding-bottom:var(--mebo-seo-pb) !important;
}

body.page-id-4803 .mebo-cards-seo-line .wpb_wrapper{
  margin:0 !important;
}


/* SEO line under cards */
body.page-id-4803 .mebo-cards-seo-line p{
  margin:0 !important;
  font-size:14px;               /* was 13px */
  line-height:1.6 !important;
  color:rgba(35,35,35,.72) !important;  /* iets donkerder */
  text-align:left !important;
}


/* =====================================================
   TFCC / HOW / TRUSTED
   ===================================================== */
body.page-id-4803 .mebo-tfcc-row{
  padding-top:0 !important;
  padding-bottom:var(--mebo-section-gap) !important;
}
body.page-id-4803 .mebo-how-row{
  padding-top:0 !important;
  padding-bottom:var(--mebo-section-gap) !important;
  background:#fff !important;
}
body.page-id-4803 .mebo-trusted-row{
  padding-top:0 !important;
  padding-bottom:var(--mebo-section-gap) !important;
  background:#fff !important;
}

/* TFCC column breathing room */
body.page-id-4803 .mebo-tfcc-row .vc_column_container:first-child .vc_column-inner,
body.page-id-4803 .mebo-tfcc-row .wpb_column:first-child .vc_column-inner{
  padding-right:18px !important;
}
body.page-id-4803 .mebo-tfcc-row .vc_column_container:last-child .vc_column-inner,
body.page-id-4803 .mebo-tfcc-row .wpb_column:last-child .vc_column-inner{
  padding-left:18px !important;
}

/* headings */
body.page-id-4803 .mebo-tfcc-row h2,
body.page-id-4803 .mebo-how-row h2,
body.page-id-4803 .mebo-trusted-row h2{
  font-size:32px !important;
  font-weight:700 !important;
  margin:0 0 18px 0 !important;
  line-height:1.2 !important;
  letter-spacing:-0.2px !important;
}
body.page-id-4803 .mebo-tfcc-row h3,
body.page-id-4803 .mebo-how-row h3,
body.page-id-4803 .mebo-trusted-row h3{
  margin:0 0 14px 0 !important;
  line-height:1.15 !important;
}

/* lists */
body.page-id-4803 .mebo-tfcc-row ul{
  margin:10px 0 0 0 !important;
  padding-left:18px !important;
}
body.page-id-4803 .mebo-tfcc-row li{
  margin:0 0 8px 0 !important;
  line-height:1.55 !important;
}

/* TFCC image */
body.page-id-4803 .mebo-tfcc-row img{
  margin-top:-6px !important;
  max-height:360px !important;
  width:auto !important;
  max-width:100% !important;
  height:auto !important;
  object-fit:contain !important;
}

/* =====================================================
   FAQ ROW + ACCORDION
   ===================================================== */
body.page-id-4803{
  --mebo-soft:#F2F7ED;
}

body.page-id-4803 .mebo-faq-row{
  background:var(--mebo-soft) !important;
  padding-top:56px !important;
  padding-bottom:64px !important;
}

body.page-id-4803 .mebo-faq-row h2,
body.page-id-4803 .mebo-faq-row .wpb_heading,
body.page-id-4803 .mebo-faq-row .vc_custom_heading{
  font-size:34px !important;
  font-weight:800 !important;
  line-height:1.15 !important;
  margin:0 0 22px 0 !important;
  color:var(--mebo-text) !important;
  letter-spacing:-0.2px !important;
}

/* accordion container */
body.page-id-4803 .mebo-faq-row .wd-accordion{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
}

/* each item */
body.page-id-4803 .mebo-faq-row .wd-accordion-item{
  background:rgba(255,255,255,.35) !important;
  border:1px solid rgba(111,174,46,.18) !important;
  border-radius:12px !important;
  margin:0 0 12px 0 !important;
  overflow:hidden;
}
body.page-id-4803 .mebo-faq-row .wd-accordion-item:last-child{
  margin-bottom:0 !important;
}

body.page-id-4803 .mebo-faq-row .wd-accordion-title{
  padding:18px 18px !important;
  min-height:64px !important;
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  font-size:17px !important;
  font-weight:700 !important;
  color:var(--mebo-text) !important;
  background:transparent !important;
}
body.page-id-4803 .mebo-faq-row .wd-accordion-title:before,
body.page-id-4803 .mebo-faq-row .wd-accordion-title:after{
  opacity:.55 !important;
}
body.page-id-4803 .mebo-faq-row .wd-accordion-title:hover{
  color:var(--mebo-text) !important;
  background:rgba(255,255,255,.25) !important;
}
body.page-id-4803 .mebo-faq-row .wd-accordion-item.wd-active{
  border-color:rgba(111,174,46,.28) !important;
  box-shadow:0 10px 26px rgba(0,0,0,.06) !important;
}
body.page-id-4803 .mebo-faq-row .wd-accordion-item.wd-active .wd-accordion-title{
  color:var(--mebo-green) !important;
  background:rgba(111,174,46,.06) !important;
}
body.page-id-4803 .mebo-faq-row .wd-accordion-content{
  padding:0 18px 18px 18px !important;
  font-size:16px !important;
  line-height:1.65 !important;
  color:rgba(35,35,35,.85) !important;
  background:transparent !important;
}
body.page-id-4803 .mebo-faq-row .wd-accordion-title:focus,
body.page-id-4803 .mebo-faq-row .wd-accordion-title:focus-visible{
  outline:none !important;
  box-shadow:0 0 0 3px rgba(111,174,46,.20) !important;
  border-radius:10px !important;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width:768px){
  :root{
    --mebo-hero-pt:34px;
    --mebo-hero-pb:14px;

    --mebo-pro-pt:10px;
    --mebo-pro-pb:10px;

    --mebo-cards-pt:10px;
    --mebo-cards-pb:12px;

    --mebo-seo-pt:10px;
    --mebo-seo-pb:26px;

    --mebo-section-gap:44px;
  }

  body.page-id-4803 .mebo-hero-col-text{ padding-right:0 !important; }
  body.page-id-4803 .mebo-hero-col-image{
    align-items:center !important;
    padding-left:0 !important;
    padding-top:18px !important;
  }
  body.page-id-4803 .mebo-hero-h1{ font-size:36px !important; }
  body.page-id-4803 .mebo-hero-h2{ font-size:18px !important; }
  body.page-id-4803 .mebo-hero-trust{ font-size:18px !important; }

  /* hero buttons stack */
  body.page-id-4803 .mebo-hero-row .vc_btn3-container,
  body.page-id-4803 .mebo-hero-row .wd-button-wrapper{
    display:block !important;
    margin:0 0 10px 0 !important;
  }

  /* cards */
  body.page-id-4803 .mebo-card{
    padding:18px 18px !important;
    min-height:0 !important;
  }
  body.page-id-4803 .mebo-title{ min-height:0 !important; }

  /* TFCC columns on mobile */
  body.page-id-4803 .mebo-tfcc-row .vc_column_container:first-child .vc_column-inner,
  body.page-id-4803 .mebo-tfcc-row .wpb_column:first-child .vc_column-inner{
    padding-right:0 !important;
  }
  body.page-id-4803 .mebo-tfcc-row .vc_column_container:last-child .vc_column-inner,
  body.page-id-4803 .mebo-tfcc-row .wpb_column:last-child .vc_column-inner{
    padding-left:0 !important;
    margin-top:18px !important;
  }
  body.page-id-4803 .mebo-tfcc-row img{
    max-width:320px !important;
    margin:0 auto !important;
  }

  /* FAQ */
  body.page-id-4803 .mebo-faq-row{
    padding-top:48px !important;
    padding-bottom:48px !important;
  }
  body.page-id-4803 .mebo-faq-row h2,
  body.page-id-4803 .mebo-faq-row .wpb_heading,
  body.page-id-4803 .mebo-faq-row .vc_custom_heading{
    font-size:26px !important;
  }
  body.page-id-4803 .mebo-faq-row .wd-accordion-title{
    padding:16px 14px !important;
    min-height:58px !important;
    font-size:16px !important;
  }
  body.page-id-4803 .mebo-faq-row .wd-accordion-content{
    padding:0 14px 16px 14px !important;
  }
  body.page-id-4803 .mebo-faq-row .wd-accordion-item{
    border:1px solid rgba(111,174,46,.22) !important;
  }
}