.elementor-24 .elementor-element.elementor-element-1e4e215{--display:flex;--min-height:0px;--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-24 .elementor-element.elementor-element-1e4e215:not(.elementor-motion-effects-element-type-background), .elementor-24 .elementor-element.elementor-element-1e4e215 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#9c0c0c;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-24 .elementor-element.elementor-element-7826b04 img{width:100%;max-width:100%;height:96px;}.elementor-24 .elementor-element.elementor-element-e24e17d{--display:flex;}.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 );}.elementor-24 .elementor-element.elementor-element-b7db2eb{width:100%;max-width:100%;margin:24px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for text-editor, class: .elementor-element-b7db2eb */body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  background-color: #faf7f7;
  color: #333333;
  line-height: 1.8;
}

.background-header {
  background-color: #9c0c0c;
  color: white;
  padding: 60px 0 40px 0;
  text-align: center;
  border-bottom: 4px solid #6e0000;
  margin-top: -20px; /* prevents visible gap */
  position: relative;
  z-index: 1;
}

.background-header h1 {
  font-size: 38px;
  font-weight: 700;
  margin: 0;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.background-container {
  max-width: 950px;
  margin: -20px auto 80px auto;
  padding: 60px 40px;
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  border-radius: 12px;
  position: relative;
  z-index: 2;
}

.background-container h2 {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  color: #9c0c0c;
  margin-bottom: 30px;
  position: relative;
}

.background-container h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background-color: #9c0c0c;
  margin: 10px auto 0;
  border-radius: 2px;
}

.background-text p {
  text-align: justify;
  color: #444;
  margin-bottom: 20px;/* End custom CSS */