.hero h1,
.hero h4 {
  color: #fff;
}

.hero .white-btn {
  border: 3px solid var(--DARK-DARK, #000);
}

.floor {
  background: #f1f1f1;
  min-height: 100vh;
}

.pb-union {
  padding-bottom: 300px !important;
}


.union1 {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0px;
  top: -300px;
  z-index: 1;
}

.union2 {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0px;
  bottom: -300px;
  z-index: 1;
}

.beyond {
  padding: 100px 0px;
}

.blackCard {
  border-radius: 39px;
  background: var(--DARK-DARK, #000);
  padding: 50px;
}

.beyond h1 {
  font-family: Bayon;
  line-height: 1.1;
  margin-bottom: 30px;
}

.yourFree {
  border-radius: 90px;
  background: var(--BLUE, #0d61df);
  padding: 80px 100px;
  margin-top: 100px;
}

.yourFree .half {
  font-weight: 400;
  margin-bottom: 40px;
  font-size: 24px;
}

.yourImg {
  position: absolute;
  width: 55%;
  bottom: 0px;
  right: 0px;
}

.color-cards {
  max-width: 400px;
}

.medium-blue {
  border-radius: 39px;
  background: var(--BLUE, #0d61df);
}

@media (max-width: 900px) {
  .yourFree {
    margin-top: 0px;
    padding: 40px 20px;
    margin: 0px 10px;
    text-align: center;
  }

  .beyond {
    padding: 50px 0;
  }

  .blackCard {
    padding: 30px;
  }

  .union1 {
    top: -100px;
  }

  .union2 {
    bottom: -100px;
  }

  .pb-union {
    padding-bottom: 100px !important;
  }


  .color-cards {
    margin-left: auto;
    margin-right: auto;
  }
}