
.ep-footer{
  background:#0f172a;
  color:#94a3b8;
  padding:34px 0;
  font-family:Arial,sans-serif;
}
.ep-footer-wrap{
  width:1200px;
  max-width:92%;
  margin:auto;
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  font-size:14px;
}
.ep-footer strong{
  color:#fff;
}
