.div-block {
  background-color: #000916db;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  display: flex;
  position: relative;
}

.heading {
  z-index: 5;
  letter-spacing: -.5px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
  inset: 0%;
}

.background-video {
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  z-index: 100;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #2a53a1;
  text-align: left;
  background-color: #fff;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  padding: 50px 40px 40px;
  display: flex;
  position: relative;
}

.button {
  background-color: #0029df;
  border-radius: 40px;
  padding: 15px 25px;
  font-size: 17px;
}

.paragraph {
  letter-spacing: .2px;
  font-size: 16px;
  line-height: 22px;
}

@media screen and (max-width: 479px) {
  .div-block-2 {
    max-width: none;
    margin: 11px;
    padding: 29px;
  }
}


