/* 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;
}

/* Author Section */
main .author-section {
  margin-top: 60px;
}

main .author-section h2 {
  color: #0c3b5f;
  font-size: 30px;
  margin-bottom: 20px;
  border-bottom: 2px solid #0c3b5f;
  padding-bottom: 10px;
}

main .author-intro {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

main .author-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}


main .author-bio {
  flex: 1;
  min-width: 200px;
}

main .author-bio h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #0c3b5f;
}

main .author-bio p {
  font-size: 16px;
  color: #333;
  margin: 0;
}/* End custom CSS */