.pe23-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    width: auto;
    height: 256px;
    padding: 16px;
    background-image: url("../images/banner-bg.jpg");
    background-position: center top;
    background-size: cover;
    -o-object-fit: cover;
       object-fit: cover;
    border: 1px solid #E9E9E9;
  }
  @media screen and (min-width: 480px) {
    .pe23-banner {
      max-width: 630px;
      padding: 24px;
    }
  }
  .pe23-banner a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 70px;
  }
  .pe23-banner__logo {
    max-width: 245px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .pe23-banner__logo img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .pe23-banner__link--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 8px 4px 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  @media screen and (min-width: 480px) {
    .pe23-banner__link--inner {
      padding: 0 8px 4px 8px;
    }
  }
  .pe23-banner__link--title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "TV Sans Screen", Helvetica, Arial, sans-serif;
    color: #1A194E;
    line-height: 20px;
    max-height: 14px;
  }
  .pe23-banner__link--subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1;
    font-size: 0px;
    font-weight: 600;
    line-height: 1;
    color: #B92E26;
  }
  @media screen and (min-width: 480px) {
    .pe23-banner__link--subtitle {
      font-size: 16px;
    }
  }
  .pe23-banner__link--subtitle__icon {
    margin-left: 8px;
  }
  .pe23-banner__line {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 2px;
    background: #B92E26;
    position: relative;
  }
  a.pe23-banner__inner.bb-0 {
    border-bottom: none;
  }