.elementor-2936 .elementor-element.elementor-element-8766bf1 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-2936 .elementor-element.elementor-element-58f5f4e > .elementor-element-populated{padding:0% 9% 0% 9%;}.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 );}@media(max-width:1024px) and (min-width:768px){.elementor-2936 .elementor-element.elementor-element-58f5f4e{width:100%;}}@media(max-width:1024px){.elementor-2936 .elementor-element.elementor-element-8766bf1{padding:0px 0px 100px 0px;}.elementor-2936 .elementor-element.elementor-element-58f5f4e > .elementor-element-populated{padding:50px 25px 0px 25px;}}@media(max-width:767px){.elementor-2936 .elementor-element.elementor-element-8766bf1{padding:0px 0px 50px 0px;}.elementor-2936 .elementor-element.elementor-element-58f5f4e > .elementor-element-populated{padding:25px 20px 0px 20px;}}/* Start custom CSS for text-editor, class: .elementor-element-122c9cd */<style>
.schedule-section {
  margin-bottom: 40px;
  font-family: 'HEEBO', sans-serif;
}
.schedule-title {
  background-color: #e84d44;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0;
}
.schedule-table {
  width: 100%;
  border-collapse: collapse;
  direction: rtl;
  text-align: right;
}
.schedule-table thead {
  background-color: #f5f5f5;
}
.schedule-table th, .schedule-table td {
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .schedule-table, .schedule-table thead, .schedule-table tbody, .schedule-table th, .schedule-table td, .schedule-table tr {
    display: block;
    width: 100%;
  }
  .schedule-table thead {
    display: none;
  }
  .schedule-table tr {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
  }
  .schedule-table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-right: 50%;
    min-height: 45px;
  }
  .schedule-table td::before {
    content: attr(data-label);
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: bold;
    color: #444;
    white-space: nowrap;
  }
}
</style>/* End custom CSS */