footer .footer-divider {
  display: flex;
  flex-direction: column;
}

footer .footer-divider .musthead-container h3 {
  color: #e74c3c;
}

footer .footer-divider .musthead-container ul {
  color: #fff;
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(2, auto);
}

footer .footer-divider .musthead-container li {
  margin-bottom: 0.6666666667rem;
  padding: 2px 15px 2px 0;
  font-size: 16px;
}

footer .footer-divider .musthead-container span {
  font-weight: 700;
  font-style: italic;
}

@media screen and (max-width: 670px) {
  footer .footer-divider .musthead-container ul {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 1171px) {
  footer .footer-divider {
    flex-direction: row;
  }

  footer .footer-divider .musthead-container {
    padding-top: 2rem;
    border-top: 3px solid #fff;
  }

  footer .footer-divider .musthead-container ul {
    display: block;
    border-right: 1px solid #fff;
    margin-right: 0.6666666667rem;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    height: 93%;
  }

  footer .footer-divider .forbes-network {
    flex-basis: 70%;
    max-width: 70%;
  }


  footer .footer-divider .musthead-container {
    flex-basis: 30%;
    max-width: 30%;
  }
}
