HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/Neopoints/momsecurity.be/resources/sass/6-Organisms/_organisms.hero.scss
$heroBp: 940;

.o-hero {
  position: relative;
  margin-bottom: 100px;
  overflow: hidden;
}

.o-hero__main {
  //padding: 200px 0 60px;
  padding: 160px 0 1px;
  background-color: palette(primary, 800);

  //#home & {
  //  padding-bottom: 0 !important;
  //}
}

.o-hero__grid {
  position: relative;
  z-index: 1;

  @include mq($max: $heroBp) {
    > * + * {
      margin-top: 60px;
    }
  }


  @include mq($heroBp) {
    display: flex;
    justify-content: space-between;
    align-items: center;

    > * {
      width: 50%;
    }

    &.no-image {
      .o-hero__text {
        width: 70%;
      }
      .o-hero__image {
        width: 30%;
      }
    }
  }
}

.o-hero__text {
  @include mq($heroBp) {
    padding-right: column(0.2, 6);
  }

  &.additional-padding {
    padding-top: 20px;
  }
}

.o-hero__text--service {
  position: relative;

  @include mq($heroBp) {
    width: column(10, 12);
    max-width: 900px;
  }
}

.o-hero__top-shape {
  position: absolute;
  left: 50vw;
  top: 0;
  height: 78%;

  @include mq($max: 940) {
    display: none;
  }

  img {
    height: 100%;
    max-width: none;
  }
}

.o-hero__placeholder {
  display: block;
  height: 120px;
  width: 100%;
  background-color: palette(primary, 800);
}

.o-hero__bottom-shape {
  display: flex;
  align-items: flex-start;
  width: 100%;
  color: palette(primary, 800);

  svg {
    width: 100%;
  }
}