/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.section-banner {
  padding: 1.5rem 0; }
  .section-banner .banner-bar-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2em; }
    @media (max-width: 980px) {
      .section-banner .banner-bar-wrapper {
        gap: .5em;
        flex-direction: column;
        text-align: center; } }
    .section-banner .banner-bar-wrapper .banner-bar-link a.btn {
      background-color: transparent;
      color: #000;
      border: 2px solid #ffc840;
      font-size: 14px;
      padding: .65em 1em;
      background-color: #ffc840; }
      .section-banner .banner-bar-wrapper .banner-bar-link a.btn:hover {
        border-color: #ef9840;
        background-color: #ef9840;
        color: #000; }

/*# sourceMappingURL=banner-bar.css.map */
