.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #f6f6f6;
  font-family: Verdana, Geneva, sans-serif;
}

.header {
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  padding: 8px 8px 8px 0;
  display: flex;
  box-shadow: 0 0 15px #0000001a;
}

.text-block {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.section {
  background-image: url('../images/Grafic.png');
  background-position: 50% 0;
  background-size: cover;
  height: 700px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 64px;
  padding-top: 0;
  padding-bottom: 36px;
  display: flex;
  position: relative;
}

.bold-text {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 100px;
  line-height: 100%;
}

.heading {
  font-size: 100px;
  line-height: 100px;
}

.heading-2 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 120%;
}

.image {
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-3 {
  width: 500px;
  margin-top: 0;
  font-size: 24px;
  line-height: 130%;
}

.button {
  background-color: #7e52ff;
  border-radius: 16px;
  flex: 0 auto;
  align-self: flex-start;
  padding: 16px 32px;
  font-size: 24px;
  line-height: 130%;
}

.button._2 {
  display: none;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  min-height: 100px;
  padding: 16px;
  display: flex;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  width: 280px;
  display: flex;
}

.heading-4 {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.image-2 {
  display: none;
}

.section-2 {
  background-color: #303076;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-top: 0;
  display: flex;
}

.text-block-2 {
  color: #fff;
  text-align: center;
}

.text-span {
  color: #7e52ff;
}

@media screen and (max-width: 991px) {
  .heading-2 {
    z-index: 3;
    position: relative;
  }

  .image {
    z-index: 2;
  }
}

@media screen and (max-width: 767px) {
  .header {
    align-self: stretch;
  }

  .section {
    height: auto;
  }

  .div-block {
    background-image: linear-gradient(80deg, #7373df, #9f9fec);
    border-radius: 16px;
    flex-flow: column;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-2 {
    color: #fff;
    font-size: 40px;
  }

  .image {
    display: none;
  }

  .heading-3 {
    color: #fff;
    width: auto;
    font-size: 20px;
    font-weight: 400;
  }

  .button {
    text-align: center;
    align-self: stretch;
    display: none;
  }

  .button._2 {
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    display: flex;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .div-block-3 {
    width: auto;
  }

  .container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 64px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .image-2 {
    width: 80%;
    display: block;
  }

  .text-span {
    color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .heading-2 {
    font-size: 36px;
  }

  .text-span {
    color: #fff;
  }
}


