html body {
  padding-top: 60px;
  background-color: #ECECEC !important;
  font-family: "Raleway", sans-serif !important;
}

footer {
  background-color: #363436 !important;
  text-transform: uppercase;
  color: #ffffff;
  padding: 36px 0px;
  font-size: 13.5px;
  font-weight: 500 !important;
  letter-spacing: 0.675px;
  opacity: 1;
}
footer .text-center {
  text-align: center;
}
footer p {
  display: none;
}
footer div p {
  display: block;
  padding-bottom: 13.5px;
}
footer a {
  transition: .2s ease;
  border-bottom-width: 1px;
  border-color: transparent;
  color: #33a783 !important;
  white-space: nowrap;
}
footer a:hover {
  border-color: #33a783 !important;
}
footer img {
  height: auto;
  max-width: 216px;
}
footer .brand {
  width: 216px;
  margin: 9px 0px 27px 0px;
}
footer .max-w-md {
  max-width: 720px;
}
footer .mx-auto {
  margin: auto;
}
footer #menu-footer-menu {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 30rem;
  padding: 0;
}
footer #menu-footer-menu li {
  padding: 18px;
}
footer .disclaimer {
  padding: 18px 18px 0px 18px;
  border: 1px solid #ffffff;
  max-width: 720px;
  margin: auto;
}