.wsrMiddleFooter {
  width: 100%;
  padding: 15px;
  background: var(--red-color);
}
.wsrMiddleFooter ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.wsrMiddleFooter ul li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.wsrMiddleFooter ul li:not(:last-child):after {
  content: "|";
  padding: 0px 15px;
}

.wsrFooterBottom {
  padding: 15px 0px;
  background: #fff;
  width: 100%;
}
.wsrFooterBottom .footerContainer {
  width: 98%;
  margin: auto;
}
.wsrFooterBottom .footerContainer .wsrFlexContainer {
  display: flex;
  flex-wrap: wrap;
}
.wsrFooterBottom .footerContainer a {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
}
.wsrFooterBottom .footerContainer .footerBottomLeft img {
  width: 125px;
  margin-right: 28px;
  margin-bottom: 10px;
  height: auto;
}
.wsrFooterBottom .footerContainer .footerBottomRight {
  width: calc(100% - 178px);
}
.wsrFooterBottom .footerContainer .footerBottomRight ul {
  padding: 0;
  margin: 0;
}
.wsrFooterBottom .footerContainer .wsrFooterCopyright {
  margin-top: 20px;
}
.wsrFooterBottom .footerContainer .wsrFooterCopyright p {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .wsrFlexContainer {
    flex-direction: column;
  }
}/*# sourceMappingURL=footer.module.css.map */