/* Start custom CSS for html, class: .elementor-element-d4c6a38 */main {
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1.7;
  max-width: 900px;
  margin: auto;
  padding: 40px 20px;
  background-color: #fff;
}

/* Section headings styled like the image */
main h3 {
  color: #12668d;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #0c3b5f;
}

/* Paragraph spacing */
main p {
  font-size: 18px;
  margin-bottom: 25px;
}

/* List spacing and style */
main ul {
  margin-bottom: 30px;
  padding-left: 25px;
}
main ul li {
  margin-bottom: 10px;
  font-size: 18px;
}

/* Styled blockquotes */
main blockquote {
  background: #e9f4fc;
  border-left: 5px solid #148bb2;
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #148bb2;
  font-size: 18px;
}/* End custom CSS */