.body {
  background-color: #fefefe;
  flex-flow: column;
  justify-content: space-between;
  max-width: none;
  display: flex;
  overflow: visible;
}

.section {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.image-section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image {
  width: auto;
  height: 2px;
}

.heading {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: linear-gradient(#1447e6, #8d51ff 67%, #f3a8ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Cal Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 125%;
}

.button {
  letter-spacing: 1.1px;
  background-image: linear-gradient(170deg, #1447e6, #8678f3 74%, #f3a8ff);
  border-radius: 300px;
  margin-top: 12px;
  padding: 16px 32px;
  font-family: Cal Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
  box-shadow: 0 0 60px #9810fa5c;
}

.button:hover {
  background-color: #3d4aef;
  background-image: linear-gradient(170deg, #1447e6, #8d51ff 67%, #f3a8ff);
}

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

.image-3 {
  padding-top: 0;
  overflow: hidden;
}

.image-4 {
  z-index: -1;
  position: absolute;
  top: -162px;
  left: auto;
  right: auto;
}

.herosection {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  padding-top: 80px;
  padding-bottom: 64px;
  display: flex;
  overflow: hidden;
}

.paragraph {
  color: #18181a;
  margin-bottom: 0;
  font-family: Funnel Display, sans-serif;
  font-size: 20px;
}

.tag {
  color: #5964ed;
  margin-bottom: 0;
  font-family: Funnel Display, sans-serif;
  font-size: 14px;
}

.tag-div {
  background-color: #f4f3ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: -12px;
  padding: 4px 12px;
  display: flex;
}

.image-5 {
  width: auto;
  height: 20px;
}

.footer {
  border-top: 1px solid #f1f1f1;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.paragraph-2 {
  color: #b1b1b1;
  margin-bottom: 0;
  font-family: Funnel Display, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .button {
    font-size: 24px;
  }

  .image-3 {
    width: 120%;
    max-width: 150%;
    margin-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    max-width: 100vh;
    overflow: visible;
  }

  .image-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 24px;
  }

  .heading {
    font-size: 40px;
  }

  .button {
    font-size: 20px;
    box-shadow: 0 0 60px #9810fa5c;
  }

  .image-2 {
    display: block;
  }

  .image-3 {
    width: 135%;
  }

  .herosection {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-right: 0;
    padding: 48px 24px 64px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    max-width: none;
  }

  .section {
    justify-content: center;
    align-items: center;
  }

  .image-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 0;
    overflow: hidden;
  }

  .heading {
    text-align: center;
    background-image: linear-gradient(157deg, #1447e6, #8d51ff 67%, #f3a8ff);
    font-size: 40px;
  }

  .image-2 {
    display: block;
  }

  .image-3 {
    width: 220%;
    max-width: 220%;
    margin-left: 124px;
    margin-right: 0;
  }

  .herosection {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 48px;
    padding-bottom: 64px;
  }
}


