.site-footer {
  background-color: #181818;
}

/* .footer-content {
  display: flex;
  flex-direction: row;
  gap: 24px;
} */
.footer-widgets {
  display: flex;
  flex-direction: row;
}

.footer-widget-area{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer-menu{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer-menu a{
  color: #ffffff;
}

.footer-widgets{
  padding-bottom: 32px;
  border-bottom: 1px solid #fff1eb15;
  padding-top: 32px;
  border-top: 1px solid #fff1eb15;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;

}

.footer-bottom{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  /* padding-top: 32px;
  border-top: 1px solid #fff1eb15; */
}

.footer-bottom-copy{
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.footer-bottom-copy p{
  color: #FFF;
  font-family: "Eudoxus Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 16.1px */
  letter-spacing: -0.14px;
}
.footer-bottom-copy a{
  color: #ffffff;
}
/* Tablet and up (768px+) */
@media (min-width: 768px) {
}

/* Desktop and up (1024px+) */
@media (min-width: 1024px) {
  .site-footer {
    display: flex;
    padding-top: 128px;
    flex-direction: column;
    gap: 32px;
    align-self: stretch;
  }

  .footer-widgets {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .footer-widget-area{
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .footer-menu{
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  .footer-widget-area {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .widget img {
    width: 122.968px;
    height: 51.627px;
    object-fit: cover;
  }

}
