.footer {
  width: 100%;
  opacity: 1;
  background: #dbdbdb;
  padding: 15px 0;
  border-top: 2px solid #383838;
}
.footer .footer-1 {
  margin: 7px auto;
  display: flex;
  align-content: center;
  justify-content: center;
}
.footer .footer-1:nth-of-type(1) a:hover {
  cursor: pointer;
  color: #d82929;
}
.footer .footer-1:nth-of-type(1) span:hover {
  cursor: pointer;
  color: #d82929;
}
.footer .footer-1 span {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: #666666;
  display: block;
  margin: 0 4px;
}
.footer .footer-1 a {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: #666666;
  display: block;
  margin: 0 4px;
}
/*# sourceMappingURL=footer.css.map */