.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-2d5fa5f */.valor-instant-quote-page,
.valor-instant-quote-page *{
  font-family:'Roboto', sans-serif;
}


/* Global Heading Size */
.valor-hero h1,
.valor-head h2,
.valor-card h2,
.valor-card h3,
.valor-estimator-top h3,
.valor-benefit h3,
.valor-list-card h3,
.valor-faq h3,
.valor-cta-band h2{
  font-family:'Roboto', sans-serif !important;
}

/* Desktop */
.valor-head h2,
.valor-card h2,
.valor-estimator-top h3,
.valor-cta-band h2{
  font-size:42px;
}

.valor-card p,
.valor-head p,
.valor-estimator-top p,
.valor-benefit p,
.valor-faq p,
.valor-hero p,
.valor-list li{
  font-size:18px;
  line-height:1.7;
}

/* Tablet */
@media (max-width:1024px){
  .valor-hero-grid,
  .valor-two-col,
  .valor-cta-band,
  .valor-benefits,
  .valor-trustbar-grid{
    grid-template-columns:1fr;
  }

  .valor-mini-steps{
    grid-template-columns:1fr;
  }

  .valor-hero{
    padding:60px 0;
  }

  .valor-hero h1{
    font-size:42px;
    line-height:1.15;
  }

  .valor-head h2,
  .valor-card h2,
  .valor-estimator-top h3,
  .valor-cta-band h2{
    font-size:36px;
  }
}

/* Mobile */
@media (max-width:767px){
  .valor-wrap{
    width:calc(100% - 24px);
  }

  .valor-hero,
  .valor-section{
    padding:30px 0;
  }

  .valor-card,
  .valor-list-card,
  .valor-benefit,
  .valor-faq,
  .valor-estimator-top,
  .valor-estimator-placeholder,
  .valor-cta-band{
    padding:20px;
  }

  .valor-hero-grid,
  .valor-two-col,
  .valor-benefits,
  .valor-trustbar-grid,
  .valor-cta-band,
  .valor-mini-steps{
    grid-template-columns:1fr;
    gap:20px;
  }

  .valor-hero h1,
  .valor-head h2,
  .valor-card h2,
  .valor-card h3,
  .valor-estimator-top h3,
  .valor-benefit h3,
  .valor-list-card h3,
  .valor-faq h3,
  .valor-cta-band h2{
    font-size:25px;
    line-height:1.25;
  }

  .valor-hero p,
  .valor-head p,
  .valor-card p,
  .valor-estimator-top p,
  .valor-benefit p,
  .valor-faq p,
  .valor-list li,
  .valor-note{
    font-size:18px;
    line-height:1.4;
  }

  .valor-btn,
  .valor-chip{
    width:100%;
    justify-content:center;
  }

  .valor-cta-row,
  .valor-cta-actions{
    flex-direction:column;
    gap:12px;
  }

  .valor-trust-item{
    border-right:none;
    border-bottom:1px solid #dbe5f0;
    padding:18px;
  }

  .valor-trust-item:last-child{
    border-bottom:none;
  }
}
```

Paste this CSS below your existing CSS in Elementor or the page custom CSS area so it overrides the old styles./* End custom CSS */