.image-background .image-text-component {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  position: relative;
}
.image-background .background-image {
  width: 100%;
}
.image-background .content-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 320px) {
  .image-background .content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .image-background .content-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.image-background .content-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
}
@media (min-width: 320px) {
  .image-background .content-image {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .image-background .content-image {
    min-height: 100%;
    width: 50%;
  }
}
.image-background .text-container2 {
  padding-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .image-background .text-container2 {
    min-height: 500px;
    width: 50%;
    padding: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .image-background .text-container2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}
.image-background .text-banner-title {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 320px) {
  .image-background .text-banner-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  .image-background .text-banner-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .image-background .text-banner-title {
    font-size: 38px;
    line-height: 2.5rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .image-background .text-banner-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

#kava-component_background .content-image {
  border-radius: 0 !important;
  background-color: white;
}
