.elementor-181 .elementor-element.elementor-element-a793cc4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b4ce443 *//* Global styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f4f4f4;
  color: #333;
  padding-top: 60px; /* To avoid flyer entering the header */
}

/* Main flyer container */
.flyer-container {
  display: flex;
  justify-content: center;
  padding: 30px;
}

.flyer-content {
  max-width: 800px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.title {
  font-size: 2.5em;
  color: #4CAF50;
  text-align: center;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 1.8em;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

.flyer-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

/* Article styling */
.article {
  padding: 20px;
  font-size: 1.1em;
}

h3 {
  font-size: 1.3em;
  color: #4CAF50;
  margin-top: 20px;
}

ul {
  list-style-type: none;
  margin: 20px 0;
  padding-left: 20px;
}

ul li {
  margin-bottom: 10px;
}

ul li strong {
  color: #333;
}

footer {
  text-align: center;
  margin-top: 30px;
  font-size: 1.2em;
  color: #4CAF50;
}

footer p {
  font-weight: bold;
}

/* Responsive design */
@media (max-width: 768px) {
  .title {
    font-size: 2em;
  }

  .subtitle {
    font-size: 1.5em;
  }

  .flyer-img {
    max-width: 100%;
  }

  .article {
    padding: 15px;
  }

  h3 {
    font-size: 1.2em;
  }
}/* End custom CSS */