File: /var/www/linde-ai/html/styles/partials/_main-hero.scss
.main-hero {
  height: 100vh;
  position: relative;
  &__title-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 50%;
    justify-content: center;
    padding-left: 170px;
    background-image: url("../../assets/images/background-shapes-blob.svg");
    background-repeat: no-repeat;
    background-position-x: -200%;
    background-position-y: 66px;
  }
  &__map-container {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    z-index: -1;
  }
  &__map-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}