:root{--page-title-display:none;}/* Start custom CSS */#hero-autobutiq {
  padding: 120px 80px 80px 80px;
  position: relative;
}

#hero-autobutiq::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    to left,
    rgba(8,8,8,1) 0%,
    rgba(8,8,8,0.7) 40%,
    transparent 100%
  );
  pointer-events: none;
}

#hero-autobutiq::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 180px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(8,8,8,1) 100%
  );
  pointer-events: none;
  z-index: 1;
}/* End custom CSS */