@import url(https://fonts.googleapis.com/css2?family=Lobster&display=swap);@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap);.banner-container a:hover {
  opacity: 1;
}

.banner-wrapper {
  position: relative;
}

.content-module {
  width: auto;
  max-width: 90%;
  position: absolute;
  left: 3%;
  top: 2rem;
}

.banner-img {
  vertical-align: text-bottom;
  max-width: 100%;
  width: 100%;
}

.banner-img-container {
  position: relative;
  color: var(--color-white);
}

.first-image-container {
  width: 65%;
}

.banner-container {
  margin: 0 auto 32px;
  max-width: 1440px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .banner-container {
    margin-bottom: 40px;
  }
  .banner-container.white {
    color: var(--color-white);
  }
  .banner-container.black {
    color: var(--color-black);
  }
}

.content-inner {
  width: 38vw;
}

.content-title p {
  font-family: "Open Sans", sans-serif;
  font-size: 30pt;
  line-height: 36pt;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 769px) {
  .content-title p {
    font-size: 26pt;
    line-height: 30pt;
  }
}

.content-link {
  background-color: #DA291C;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.67;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 2.75rem;
  padding: 0.625rem 0.9375rem;
  border-radius: 2.25rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 767px) {
  .content-link {
    display: block;
    max-width: 288px;
    width: auto;
  }
}

@media screen and (min-width: 767px) {
  .banner-wrapper {
    min-height: 320px;
  }
}
@media screen and (max-width: 991px) {
  .content-module {
    top: 0;
  }
  .content-module .content-inner .content-title p {
    font-size: 1.5rem;
  }
  .content-module .content-inner .content-link {
    width: auto;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .content-module {
    display: none;
    top: 0.5rem;
  }
  .content-module .content-inner .content-title p {
    font-size: 1.5rem;
  }
  .content-module .content-inner .content-link {
    width: auto;
    font-size: 1rem;
  }
}
@media screen and (max-width: 460px) {
  .content-link {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .content-inner {
    width: 30vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .content-title p {
    font-size: 1.5rem;
  }
}