h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.spline-scene {
  z-index: -99;
  flex: 1;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ff6b6b00;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.h1 {
  color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  text-shadow: 0 6px #000000d4;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  border-radius: 0;
  font-size: 80px;
  font-style: normal;
  line-height: 100%;
}

.h1.big {
  font-size: 100px;
}

.h1.big._2 {
  background-image: linear-gradient(#3fff79, #fc8df8);
}

.h1._3 {
  text-shadow: 0 5px #000000d4;
  font-size: 60px;
}

.section-2 {
  margin-left: 5%;
}

.body {
  background-color: #ff5656;
}

.section-3 {
  flex: 1;
}

.svg {
  color: #fff;
  width: 60px;
}

.svg:hover {
  color: #000;
}

.svg-2 {
  color: #fff;
  width: 45px;
}

.svg-2:hover {
  color: #000;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.svg-3 {
  color: #fff;
  width: 30px;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  .h1 {
    text-shadow: 0 4px #000000d4;
    font-size: 60px;
  }

  .h1._3 {
    text-shadow: 0 3px #000000d4;
    font-size: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .h1 {
    font-size: 60px;
  }

  .h1.big {
    font-size: 90px;
  }
}

@media screen and (min-width: 1920px) {
  .h1 {
    font-size: 80px;
  }

  .h1.big {
    font-size: 100px;
  }

  .h1.big._2 {
    background-image: linear-gradient(#24fd82, #fa71ff);
  }

  .container {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .svg {
    color: #fff;
    width: 60px;
  }

  .svg-2 {
    color: #fff;
    width: 50px;
  }

  .div-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    -webkit-text-stroke-width: 0px;
    text-shadow: none;
    font-size: 32px;
  }

  .h1.big {
    font-size: 50px;
  }

  .h1.big._2 {
    -webkit-text-stroke-width: 2px;
    background-image: linear-gradient(#3fff79, #fc8df8);
  }

  .h1._3 {
    text-shadow: none;
    font-size: 32px;
  }

  .section-2 {
    margin-left: 19px;
    margin-right: 19px;
  }

  .section-3 {
    flex: none;
    display: none;
  }
}
