.elementor-287 .elementor-element.elementor-element-73629c9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-287 .elementor-element.elementor-element-73629c9:not(.elementor-motion-effects-element-type-background), .elementor-287 .elementor-element.elementor-element-73629c9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F3EF;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-4998fdc */.site-footer {
  width: 100%;
  padding: 2.5rem 2rem;
  background: #f5f3ef;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: "Georgia", serif;
  font-size: 0.95rem;
  border-top: 1px solid #ddd;
}

.site-footer p {
  margin: 0;
  line-height: 1.5;
}

.footer-left,
.footer-right {
  width: 48%;
}


/* Mobile */
@media (max-width: 768px) {
  .site-footer {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }

  .footer-left,
  .footer-right {
    width: 100%;
  }
}/* End custom CSS */