component-footer-b footer .items_header {
  letter-spacing: 1px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
component-footer-b footer ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}
component-footer-b footer ul li {
  list-style: none;
}
component-footer-b footer ul li a {
  color: #fff !important;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  transition: all 0.3s;
}
component-footer-b footer ul li a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  footer div[class^="col-xs"] .footer_items {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  footer div[class^="col-xs"] .footer_items img,
  footer div[class^="col-xs"] .footer_items svg {
    margin: 0 auto;
  }
  footer div[class^="col-xs"] .footer_items .items_header {
    text-align: center;
  }
  footer div[class^="col-xs"] .footer_items ul.items_lists li {
    text-align: center;
  }
  footer div[class^="col-xs"] .footer_items ul.items_lists li a {
    text-align: center;
  }
}
