.logo-wrapper {
  display: flex;
  justify-content: center;
}

.text-long .logo-wrapper > a {
  text-decoration: none;
  border-bottom: none;
}

/* Set to 721px to override 720px breakpoint. :(  */
@media (min-width: 721px) {
  .text-long .media.align-center {
    max-width: 96%;
  }
}

@media screen and (max-width: 721px) {
  .logo-wrapper {
  	flex-direction: column;
	}
	.text-long .media.align-center {
    padding-bottom: 1rem;
  }
}
