.elementor-1179 .elementor-element.elementor-element-bac13b0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-52189b8 *//* General Page Styling */
.content-page {
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  color: #333;
  background-color: #f9f9f9;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.8;
}

/* Hero Section Styling */
.hero-section {
  text-align: center;
  margin-bottom: 50px;
  padding: 20px;
  background-color: #03989E;
  color: #fff;
  border-radius: 8px;
}

.hero-section h1 {
  font-size: 32px;
  margin-bottom: 15px;
}

.hero-section p {
  font-size: 18px;
}

/* Info Section Styling */
.info-section {
  margin-bottom: 50px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.info-section.alt-background {
  background-color: #f4f8f9;
}

.info-section h2 {
  font-size: 26px;
  color: #03989E;
  margin-bottom: 15px;
}

.info-section p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #555;
}

.feature-list {
  list-style: disc inside;
  padding-left: 20px;
}

.feature-list li {
  font-size: 16px;
  margin-bottom: 10px;
}

/* Blockquote Styling */
blockquote {
  font-size: 18px;
  color: #555;
  border-left: 4px solid #03989E;
  padding-left: 15px;
  margin: 20px 0;
  font-style: italic;
}

/* Call-to-Action Buttons */
.cta-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #03989E;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 4px;
  margin-top: 20px;
  text-align: center;
}

.cta-button:hover {
  background-color: #027880;
}

/* Footer Section Styling */
.footer-section {
  text-align: center;
  padding: 20px;
  background-color: #03989E;
  color: #fff;
  border-radius: 8px;
}

.footer-section a {
  color: #ffcc00;
  text-decoration: none;
}

.footer-section a:hover {
  text-decoration: underline;
}/* End custom CSS */