.elementor-7763 .elementor-element.elementor-element-7ded403{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2ef69f3 */.blog-article {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
}

.blog-article h1 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  text-align: center;
}

.blog-article h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #1a73e8;
  border-bottom: 2px solid #1a73e8;
  padding-bottom: 0.3rem;
}

.blog-article p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.blog-article ol {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.blog-article ol li {
  margin-bottom: 0.5rem;
}

.responsive-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.team-section {
  text-align: center;
  margin-top: 3rem;
  padding: 1.5rem;
  background-color: #f7f9fc;
  border-radius: 10px;
}

.team-section h2 {
  margin-bottom: 1rem;
}

.team-img {
  max-width: 350px;
  margin-bottom: 1rem;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  width: 100%;
  height: auto;
}

.contact-btn {
  display: inline-block;
  padding: 0.7rem 1.8rem;
  background-color: #1a73e8;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.contact-btn:hover {
  background-color: #155ab6;
}

/* Responsive */
@media (max-width: 600px) {
  .blog-article {
    padding: 15px;
  }

  .team-img {
    max-width: 100%;
  }
}/* End custom CSS */