.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2358 .elementor-element.elementor-element-0499042{--display:flex;--margin-top:33px;--margin-bottom:-2px;--margin-left:0px;--margin-right:0px;overflow:visible;}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.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-2358 .elementor-element.elementor-element-fcc7b2c > .elementor-widget-container{margin:3px 0px 0px 0px;}.elementor-2358 .elementor-element.elementor-element-4b51433{--display:flex;overflow:visible;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-19d5fbf */.foster-section {
  background-color: #fff;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.foster-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  gap: 30px;
}

.foster-image {
  flex: 1;
  text-align: center;
}

.foster-image img {
  max-width: 100%;
  height: auto;
}

.foster-content {
  flex: 1;
  color: #333;
}

.foster-content h2 {
  color: #001b54;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}

.foster-content h3 {
  color: #001b54;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.foster-content hr {
  width: 60px;
  border: 1.5px solid #001b54;
  margin-bottom: 20px;
}

.foster-content p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.foster-content h4 {
  font-size: 16px;
  color: #001b54;
  font-weight: 700;
  margin-bottom: 10px;
}

.foster-content ul {
  padding-left: 20px;
  margin-bottom: 25px;
}

.foster-content li {
  font-size: 15px;
  margin-bottom: 8px;
  list-style-type: disc;
}

.foster-button {
  background-color: #000066;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.foster-button:hover {
  background-color: #001b99;
}/* End custom CSS */