.elementor-809 .elementor-element.elementor-element-914f1c1{--display:flex;--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-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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-809 .elementor-element.elementor-element-29b9915 .elementor-heading-title{font-family:"Oswald", Sans-serif;font-size:1.4rem;font-weight:600;color:var( --e-global-color-secondary );}.elementor-809 .elementor-element.elementor-element-321d14a .elementor-heading-title{font-family:"Oswald", Sans-serif;font-size:1.4rem;font-weight:600;color:var( --e-global-color-secondary );}.elementor-809 .elementor-element.elementor-element-87187fd .elementor-heading-title{font-family:"Oswald", Sans-serif;font-size:1.4rem;font-weight:600;color:var( --e-global-color-secondary );}.elementor-809 .elementor-element.elementor-element-c4c0e68 .elementor-heading-title{font-family:"Oswald", Sans-serif;font-size:1.4rem;font-weight:600;color:var( --e-global-color-secondary );}.elementor-809 .elementor-element.elementor-element-5cef7e7 .elementor-heading-title{font-family:"Oswald", Sans-serif;font-size:1.4rem;font-weight:600;color:var( --e-global-color-secondary );}.elementor-809 .elementor-element.elementor-element-2ca2350 .elementor-heading-title{font-family:"Oswald", Sans-serif;font-size:1.4rem;font-weight:600;color:var( --e-global-color-secondary );}/* Start custom CSS for text-editor, class: .elementor-element-f0d25d4 */.responsive-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.responsive-table th,
.responsive-table td {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: left;
}

.responsive-table th {
  background-color: #f4f4f4;
  font-weight: bold;
}

/* Mobile Style */
@media (max-width: 768px) {
  .responsive-table thead {
    display: none;
  }

  .responsive-table, 
  .responsive-table tbody, 
  .responsive-table tr, 
  .responsive-table td {
    display: block;
    width: 100%;
  }

  .responsive-table tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px;
  }

  .responsive-table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  .responsive-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    width: 45%;
    font-weight: bold;
    text-align: left;
  }
}/* End custom CSS */