.bg-page {
  opacity: .5;
  background-color: #fafafa;
  background-image: url('../images/tech_lines_white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bauncy-colour {
  filter: blur(50px);
  background-color: #ff5ee2;
  border-radius: 50%;
  width: 30vw;
  height: 45vh;
  position: absolute;
  inset: auto auto 0% 0%;
}

.body {
  overflow: hidden;
}

.section {
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
  position: relative;
}

.wrapper-1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 25%;
  display: flex;
}

.div-block {
  background-image: url('../images/Vector-1755.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10em;
  height: 50%;
}

.button1 {
  color: #fcfcfc;
  cursor: pointer;
  background-color: #ff5ee2;
  border-radius: 8px;
  padding: 15px 20px;
  font-family: PT Sans, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  transition: box-shadow .41s, border-radius .41s, background-color .41s;
}

.button1:hover {
  background-color: #ff00b2;
  border-radius: 2px;
  box-shadow: 0 7px 15px -2px #00000026;
}

.info-popup {
  background-color: #f9f9f9;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 18em;
  height: 8em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 12%;
  box-shadow: 0 18px 20px #0000001a;
}

.heading {
  color: #080808;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.text-block-2 {
  color: #cfcfcf;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.text-block {
  color: #707070;
  text-align: center;
  font-family: PT Sans, sans-serif;
  font-size: .8em;
  line-height: 1;
  position: absolute;
  inset: auto 0% 2%;
}

@media screen and (min-width: 1440px) {
  .button1 {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }
}


