.grid__header--intro {
  grid-area: header;
  background-color: getColor(hadiannaBlueOne);
  padding-top: 3vw;
  padding-bottom: 1.5vw;
  margin-left: 10vw;
  margin-right: 10vw;
  margin-bottom: 0vw;
  width: 79vw;
}

.grid__header--intro--m {
  grid-area: header;
  background-color: getColor(hadiannaYellowOne);
  padding-top: 3vw;
  padding-bottom: 1.5vw;
  margin-left: 10vw;
  margin-right: 10vw;
  margin-bottom: 0vw;
  width: 79vw;
}

.flex__container--intro {
  display: flex;
}

.social__instagram {
  position: absolute;
  width: 6vw;
  top: 7vw;
  right: 20vw;
  cursor: pointer;
}

.social__tiktok {
  position: absolute;
  width: 6vw;
  top: 7vw;
  right: 12vw;
  cursor: pointer;
}

.social__instagram:hover {
  transform: scale(1.15);
  transition: 0.5s;
}

.social__tiktok:hover {
  transform: scale(1.15);
  transition: 0.5s;
}

.h7 {
  font-size: 2vw;
  line-height: 1.35;
  color: black;
}

@media only screen and (max-width: 600px) {
  .grid__header--intro {
    grid-area: header;
    background-color: getColor(hadiannaBlueOne);
    padding-top: 3vw;
    padding-bottom: 1.5vw;
    margin-left: 10vw;
    margin-right: 10vw;
    margin-bottom: 0vw;
    width: 100vw;
  }
}
@media only screen and (max-width: 600px) {
  .grid__header--intro--m {
    grid-area: header;
    background-color: getColor(hadiannaYellowOne);
    padding-top: 3vw;
    padding-bottom: 1.5vw;
    margin-left: 10vw;
    margin-right: 10vw;
    margin-bottom: 0vw;
    width: 100vw;
  }
}/*# sourceMappingURL=intro.css.map */