.action-banner {
  background: $sky-blue-500;
  color: $base-white;
  padding-bottom: $base-spacing-3x;

  h2 {
    margin-bottom: 0;
    margin-right: $base-spacing-3x;
    margin-top: $base-spacing-3x;
  }

  .action-banner-button {
    display: flex;
    flex-direction: column;
    margin-top: $base-spacing-3x;
  }

  @media only screen and (max-width: map-get($base-breakpoints, 'lg')) {
    flex-direction: column;
    align-items: flex-start;

    h2 {
      margin-right: 0;
    }
  }

  @media only screen and (max-width: map-get($base-breakpoints, 'md')) {
    padding-left: $base-spacing-1-half;
    padding-right: $base-spacing-1-half;

    a {
      white-space: normal;
    }
  }
}
