.elementor-7778 .elementor-element.elementor-element-1d2bbc0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7e414ab */.blog-article {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}

h1 {
  font-size: 1.8em;
  font-weight: 700;
  color: #222;
  margin-bottom: 1em;
}

h2 {
  font-size: 1.3em;
  font-weight: 600;
  color: #222;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.3em;
  margin-top: 2em;
  margin-bottom: 1em;
}

p {
  margin-bottom: 1em;
}

ul,
ol {
  margin: 0 0 1.2em 1.4em;
  padding-left: 0;
}

ul li,
ol li {
  margin-bottom: 0.5em;
}

a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.contact-btn {
  display: inline-block;
  padding: 14px 28px;
  background-color: #0066cc;
  color: white;
  font-weight: 700;
  text-decoration: none;
  border-radius: 5px;
  margin: 2em 0;
  transition: background-color 0.3s ease;
  text-align: center;
}

.contact-btn:hover {
  background-color: #004999;
}

blockquote {
  border-left: 4px solid #ccc;
  padding-left: 1em;
  margin: 2em 0;
  font-style: italic;
  color: #555;
}

blockquote footer {
  text-align: right;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
  color: #222;
}

@media (max-width: 600px) {
  .blog-article {
    padding: 0 10px;
  }
  h1 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.1em;
  }
  .contact-btn {
    width: 100%;
    box-sizing: border-box;
  }
}/* End custom CSS */