.elementor-3284 .elementor-element.elementor-element-227efc51{--display:flex;--background-transition:0.3s;}.elementor-3284 .elementor-element.elementor-element-575e715 .elementor-cta__content{text-align:center;}.elementor-3284 .elementor-element.elementor-element-575e715 .elementor-cta .elementor-cta__bg, .elementor-3284 .elementor-element.elementor-element-575e715 .elementor-cta .elementor-cta__bg-overlay{transition-duration:1500ms;}.elementor-3284 .elementor-element.elementor-element-575e715.elementor-element{--flex-grow:1;--flex-shrink:1;}/* Start custom CSS for call-to-action, class: .elementor-element-575e715 *//* Bella Frieda Farm Guardian Home Section Styling */

/* Container styling for spacing and layout */
.guardian-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "Georgia", "Times New Roman", serif;
  line-height: 1.7;
  color: #2e2e2e;
  background-color: #fffdf9;
  border: 1px solid #e8e4da;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Section headers */
.guardian-section h2 {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: #4a3c26;
  margin-bottom: 20px;
  border-bottom: 2px solid #d9cda2;
  padding-bottom: 8px;
}

.guardian-section h3 {
  font-size: 1.5em;
  font-weight: 700;
  color: #4a3c26;
  margin-top: 35px;
  margin-bottom: 10px;
  text-align: center;
}

/* Paragraph style */
.guardian-section p {
  margin-bottom: 18px;
  font-size: 1.05em;
  text-align: justify;
}

/* Lists */
.guardian-section ul {
  margin: 15px 0 25px 35px;
  padding: 0;
  list-style-type: disc;
}

.guardian-section li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

/* Decorative line breaks */
.guardian-section hr {
  border: 0;
  height: 1px;
  background: #e4dcc3;
  margin: 30px auto;
  width: 60%;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .guardian-section {
    padding: 25px 15px;
 
  }
  .guardian-section p,
  .guardian-section li {
    font-size: 1em;
  }
}/* End custom CSS */