

.banner-style2 {
  margin-top: 100px;
  margin-bottom: 0px;
  grid-template-areas:
    "banner-style2-content"
    "banner-img-container";
}

@media (min-width: 1000px) {
  .banner-style2 {
    grid-template-columns: 5fr 1fr 3fr;
    grid-template-areas:
    "banner-style2-content . banner-img-container"
    "banner-style2-content . banner-img-container";
    margin-bottom: 140px;
  }
}

.banner-style2-content {
  display: flex;
  flex-direction: column;
  grid-area: banner-style2-content;
}

h4.banner-style2-subheader {
  text-transform: uppercase;
  color: #ba0d2e;
}

p.banner-style2-text {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 2rem;
}

.banner-style2-img-container {
  height: 240px !important;
  margin-top: 20px;
  grid-area: banner-style2-img;
}

@media (min-width: 1000px) {
  .banner-style2-img {
    height: auto !important;
    margin-top: 0;
  }
}

.banner-img-container {
  grid-area: banner-img-container;
}

.content-quick-link {
    position: relative;
    display: block;
    padding: 0.3rem 0;
    overflow: hidden;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.3rem;
    cursor: pointer;
}

.content-quick-link::after {
      font-family: 'Font Awesome\ 5 Free';
      content: '  \f063';
      font-weight: 900;
      font-size: 0.7rem;
      white-space: pre;

  }
}
