.footer__content-link {
	width: 70% !important;
}

.footer__link-parent {
	display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

@media only screen and (min-width: 768px) {
  .footer__link-parent {
    column-count: 4;
    padding: 0;
  }
}

.footer__link-parent > li > a.footer__link-item {
	text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
  cursor: default;
}
