.elementor-855 .elementor-element.elementor-element-e3678a0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2437e30 *//* -------------------------------- */
footer {
  width: 100%;
  height: auto;
  background-color: #fff;

  padding: 3rem 0;

  display: flex;
  align-items: center;
  justify-content: center;

  font-family: "Marcellus SC", serif;
}

h2 {
  padding: 0;
  margin: 0;
}

footer .container {
  width: 90%;
  max-width: 1200px;
  height: auto;
  display: flex;
  align-items: start;
  justify-content: start;
  width: 90%;
}

footer .container .column {
  width: 33.33%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

footer .container .column:nth-child(2) {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .container .column ul {
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;

  gap: 0.65rem;
  box-sizing: border-box;

  padding: 0;
  margin: 0;
}

footer .container .column ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

span {
  padding: 0;
  margin: 0;
}

footer .container .column ul li a {
  text-decoration: none;
  color: #000;
  padding: 0;
  margin: 0;
}

footer .container .column .logo {
  width: auto;
  height: 100%;

  height: 300px;

  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

footer .container .column .logo img {
  width: auto;
  height: 100px;
  object-fit: cover;
}

footer .container .column .logo p {
  font-size: 1.1rem;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.1rem;
}

footer .container .column .copyright {
  font-size: 14px;
  font-weight: 400;
  color: #000;

  display: flex;
  align-items: center;
  justify-content: center;
}

footer .container .column .socials {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .container .column .socials .icon {
  width: 30px;
  height: 30px;
  object-fit: cover;
}

footer .container .column .socials .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer .container .column:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

footer .container .column:nth-child(3) h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
  padding-bottom: 1rem;

  text-transform: uppercase;
}

footer .container .column .column-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

footer .container .column .contact-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;

  gap: 0rem;
}

footer .container .column .contact-info p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin: 0;
}

footer .container .column .contact-info p span {
  text-transform: uppercase;
}

footer .container .column .contact-info p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

footer .container .column.mobile {
  display: none;
}

@media (max-width: 768px) {
  footer .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 1rem;
  }

  footer .container .column .copyright {
    display: none;
  }

  footer .container .column .logo img {
    width: 100%;
    height: 100px;
    object-fit: contain;
  }

  footer .container .column .logo p {
    font-size: 1rem;
  }

  footer .container .column .logo {
    height: 100%;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    padding-bottom: 2rem;
  }

  footer .container .column {
    width: 100%;
  }

  footer .container .column ul {
    height: 100%;
  }

  footer .container .column ul li {
    width: 100%;
    text-align: center;
  }

  footer .container .column ul li a {
    text-align: center;
  }

  footer .container .column .column-content {
    align-items: center;
    justify-content: center;
  }

  footer .container .column:nth-child(3) h2 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #000;
    padding-bottom: 1rem;

    text-align: center;

    text-transform: uppercase;
  }

  footer .container .column .contact-info p {
    font-size: 12px;

    text-align: center;
    width: 100%;
    padding: 0.25rem 0;
  }

  footer .container .column .contact-info p span {
    text-align: center;
  }

  footer .container .column.mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  footer .container .column.mobile .copyrights {
    text-align: center;
  }

  footer .container .column.mobile .copyrights p {
    font-size: 12px;
    color: #000;
  }
}/* End custom CSS */