.footer__bottom-menu {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 576px) {
  .footer__bottom-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 576px) {
  .footer__bottom-menu > li {
    text-align: center;
  }
}
.footer__bottom-menu > li > a {
  font-family: 'Roboto-Bold';
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
.footer__bottom-menu > li > a:hover {
  text-decoration: underline;
  color: #fff;
}
.footer__bottom-sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__bottom-sub-menu > li > a {
  font-family: 'Roboto-Light';
  font-size: 15px;
  color: #fff;
}
.footer__bottom-sub-menu > li > a:hover {
  text-decoration: underline;
  color: #fff;
}
