.ks-graphic-hero .left-container {
  max-width: 50%;
}
@media (max-width: 991.98px) {
  .ks-graphic-hero .left-container {
    max-width: 100%;
  }
}
.ks-graphic-hero .hero-title-container {
  background-color: #f6f1ee;
  padding: 46px 57px 46px 0;
  height: 213px;
  width: 634px;
  max-width: 100%;
  border-radius: 0 50px 50px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .ks-graphic-hero .hero-title-container {
    border-radius: 0;
    padding: 64px 42px 56px 42px;
  }
  .ks-graphic-hero .hero-title-container:after {
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    background-color: #f6f1ee;
    top: 0;
    left: 100%;
  }
}
.ks-graphic-hero .hero-title-container:before {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  background-color: #f6f1ee;
  top: 0;
  right: 100%;
}
.ks-graphic-hero .hero-title-image {
  width: 100%;
  height: 100%;
  max-width: 577px;
  max-height: 121px;
  background-image: url("/themes/custom/base/src/assets/images/ks-hero2.svg");
  background-repeat: no-repeat;
}
