.c-logo {
  margin-bottom: var(--layout--s5);
  grid-column-gap: var(--layout--s5);
  grid-row-gap: var(--layout--s5);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-logo__icon {
  max-width: 180px;
}

.c-logo__wordmark {
  max-width: 944px;
}

@media screen and (max-width: 991px) {

  .c-logo__wordmark {
    max-width: 100%;
  }

}

@media screen and (max-width: 767px) {
  
}
