[data-type="tilleuls/hero"] {
  background: white;
}

.hero-columns {
  display: flex;
  gap: 40px;
  align-items: stretch;

}
.hero-columns > * {
  flex: 1;
}

.hero-columns .column {
  min-height: 80px;
}

.hero-columns .column:first-child {
  padding: 20px;
}

.hero-columns .components-responsive-wrapper {
  height: 100%;
}

.hero-columns .column-image {
  position: relative;
}

.hero-columns .column-image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 40px;
  bottom: 0;
  background-color: var(--primary);
}

.hero-columns .components-responsive-wrapper img {
  border-radius: 0 70px;
}

.hero-overtitle {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--grey);
  display: block;
  margin-bottom: 4px;
}

.hero-columns .hero-title {
  font-size: 50px;
  line-height: 1.2;
}

.hero-columns .hero-title.medium {
  font-size: 40px;
}
