﻿.footer_wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
  min-width: 300px;
  margin: auto;
}
.footer_wrapper .logo svg {
  width: 190px;
}
.footer_wrapper .logo svg .st0 {
  fill: #fff;
}
footer {
  background-color: #363636;
  padding: 35px 0;
  clear: both;
  margin-bottom: -5px;
}

footer p,
footer p a {
  font-size: 12px;
  text-align: center;
  color: #b7b7b7;
  font-weight: normal;
}
footer p a {
  margin-right: 8px;
  cursor: pointer;
}
footer p a:hover {
  color: #fff;
}
footer .copyright {
  margin-bottom: 10px;
}

footer .logo .cls-1,
footer .logo .cls-2 {
  fill: #fff;
  stroke: none;
}
footer .logo {
  text-align: center;
  margin-bottom: 30px;
}