.elementor-19204 .elementor-element.elementor-element-f7b2fe4{--display:flex;--border-radius:0px 0px 0px 0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19204 .elementor-element.elementor-element-588a1bf > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-588a1bf */footer {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 1.5rem 2rem;
      font-size: 1.125rem;
      font-weight: 500;
      color: #27272a; /* similar to Tailwind's text-zinc-800 */
      background: linear-gradient(to right, #ffebc4, #e5a86c);
    }
    /* Medium screen adjustments */
    @media (min-width: 768px) {
      footer {
        padding-left: 6rem;
        padding-right: 6rem;
      }
    }
    footer > div {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.625rem; /* equivalent to 2.5 * 0.25rem */
      width: 100%;
      justify-content: center;
    }
    @media (min-width: 768px) {
      footer > div {
        flex-direction: row;
      }
    }
    footer p {
      text-align: center;
    }
    footer img {
      width: 5rem; /* equivalent to w-20 (20 * 0.25rem) */
      height: auto;
      object-fit: contain;
    }/* End custom CSS */

