.elementor-44757 .elementor-element.elementor-element-5f0c598{--display:flex;--min-height:402px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-44757 .elementor-element.elementor-element-5f0c598:not(.elementor-motion-effects-element-type-background):not(.cmsmasters-bg-effect), .elementor-44757 .elementor-element.elementor-element-5f0c598 > .elementor-motion-effects-container > .elementor-motion-effects-layer, .elementor-44757 .elementor-element.elementor-element-5f0c598 > .cmsmasters-bg-effects-container > .cmsmasters-bg-effects-element{background-color:#FFFFFF;}/* Start custom CSS *//* Estilo base (Mobile first - até 767px) */
h2 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 16px;
}

h3 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 12px;
}

/* Tablet (768px – 1023px) */
@media (min-width: 768px) {
  h2 {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 32px;
    margin-bottom: 16px;
  }

  h3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 24px;
    margin-bottom: 12px;
  }
}

/* Notebook (1024px – 1439px) */
@media (min-width: 1024px) {
  h2 {
    font-size: 32px;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 28px;
    margin-bottom: 16px;
  }
}

/* Desktop (1440px+) */
@media (min-width: 1440px) {
  h2 {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 48px;
    margin-bottom: 24px;
  }

  h3 {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 32px;
    margin-bottom: 20px;
  }
}/* End custom CSS */