.footer {
  margin-top: 20px;
  box-shadow: none;
  text-align: center;
  padding-bottom: 10px;
  /* background-color: #141819; */
}
.footer .footerNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  background-color: #5856C4;
  box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.2);
  padding: 2px;
}
.footer .footerNav .item {
  width: 30%;
  font-weight: 600;
  text-align: center;
  padding: 5px 5px;
  margin: 2px 0;
  color: #fff;
}
.footer .footerNav .item:last-child {
  border-right: none;
}
.footer .footerNav .item:last-child {
  border-right: none;
}
.footer .email {
  margin-top: 0.1667rem;
  color: #5D5C5A;
  text-align: center;
  font-size: 16px;
}
.footer .txts {
  color: #5D5C5A;
  text-align: center;
  font-size: 16px;
}
