.elementor-201 .elementor-element.elementor-element-139e6d4{--display:flex;--margin-top:050px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.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-201 .elementor-element.elementor-element-d0f0525{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;text-align:center;}.elementor-201 .elementor-element.elementor-element-d0f0525.elementor-element{--align-self:center;}.elementor-201 .elementor-element.elementor-element-d0f0525 .elementor-heading-title{font-family:"Young Serif", Sans-serif;font-size:40px;font-weight:500;line-height:48px;letter-spacing:0.3px;word-spacing:1px;color:var( --e-global-color-primary );}.elementor-201 .elementor-element.elementor-element-58c9774{--display:flex;}@media(max-width:767px){.elementor-201 .elementor-element.elementor-element-d0f0525{--container-widget-width:325px;--container-widget-flex-grow:0;width:var( --container-widget-width, 325px );max-width:325px;}.elementor-201 .elementor-element.elementor-element-d0f0525 .elementor-heading-title{font-size:25px;line-height:1.4em;}}/* Start custom CSS for html, class: .elementor-element-f211063 */.modules-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.module-card {
  flex: 1;
  min-width: 280px;
  background: #fff;
  padding: 18px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  font-family: Arial, sans-serif;
}

.module-number {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 6px;
  position: relative;
}

.green .module-number::after,
.blue .module-number::after,
.yellow .module-number::after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 4px;
  width: 80px;
}

.green .module-number::after { background: #FF554B; }
.blue .module-number::after { background: #CB3027; }
.yellow .module-number::after { background: #FFC107; }

.module-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}

.chapters {
  font-weight: bold;
  margin-bottom: 8px;
  color: #444;
}

.module-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
  line-height: 1.4;
}

.links a {
  margin-right: 10px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  color: #0073e6;
}

.links a:hover { text-decoration: underline; }/* End custom CSS */