﻿.contentContainer {
  position: relative;
  z-index: 10;
}

.messageBanner .bannerContainer {
  background-position: center center;
  background-size: cover;
  padding: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.messageBanner .bannerForeground {
  padding: 2.5rem;
  z-index: initial;
  position: relative;
}

.messageBanner .bannerBackground {
  position: absolute;
  top: -12px;
  left: -12px;
  height: 200px;
  width: 200px;
  z-index: -1;
}

.messageBanner .title,
.messageBanner .text {
  color: #fff;
}

.messageBanner .title {
  margin-top: 0;
}

/*.messageBanner .text {
  margin-bottom: 4rem;
}*/

.messageBanner .cta {
  color: #00491f;
  margin-left: 2rem;
}

@media (max-width: 1200px) {
  .messageBanner .bannerContainer {
    padding: 1rem;
    padding-top: 10rem;
    padding-bottom: 5rem;
  }

  .contentContainer {
    margin: 0;
  }

  .messageBanner .cta {
    margin: 0 auto;
    display: block;
    width: unset;
    min-width: unset;
    text-align: center;
  }
}
