.section-banner {
  background-color: #f4f4f4;
}

.section-banner .section-row {
  margin: 0;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
}

.section-banner .section-logo {
  margin: 0;
  padding: 16px;
}

.section-banner .section-copy {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
}

.section-container.section-banner .section-eyebrow,
.section-container.section-banner .section-title,
.section-container.section-banner .section-subtitle {
  margin-bottom: 4px;
}

.section-banner .section-description {
  margin: 0;
}

.section-banner .section-buttonlink {
  margin: 0;
  padding: 16px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .section-banner .section-row {
    flex-direction: row;
    padding: 0;
  }

  .section-banner .section-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 16px;
  }

  .section-banner .section-copy {
    flex-grow: 1;
    padding: 16px;
  }

  .section-banner .section-buttonlink {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
  }
}