.background-video {
  width: 100%;
  height: 50rem;
  margin-top: 0;
  padding-top: 0;
  top: 2px;
}

.heading {
  text-align: left;
  margin-top: 114px;
  margin-bottom: auto;
  margin-left: 0;
  padding-top: 43px;
  padding-left: 159px;
  font-family: Bitter, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.div-block {
  background-color: #0000004d;
  width: auto;
  height: 15%;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: 131px;
}

.image {
  text-align: left;
  margin-top: 12px;
  margin-left: 155px;
  padding-top: 16px;
  display: block;
  overflow: visible;
}

.section {
  width: auto;
  height: 70px;
  margin-bottom: 24px;
}

.text-block {
  text-align: center;
  font-size: 10px;
}

.heading-2 {
  text-align: center;
  background-color: #00000012;
  font-family: Bitter, serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph {
  margin-left: 155px;
  font-family: Montserrat, sans-serif;
}

@media screen and (max-width: 991px) {
  .background-video {
    width: auto;
    height: 30rem;
  }

  .heading {
    margin-bottom: auto;
    padding-top: 19px;
    padding-left: 63px;
    font-size: 20px;
    line-height: 20px;
  }

  .image {
    margin-left: 23px;
    padding-top: 10px;
  }

  .text-block {
    font-size: 10px;
  }

  .heading-2 {
    font-size: 16px;
  }

  .paragraph {
    margin-left: 23px;
  }
}

@media screen and (max-width: 767px) {
  .background-video {
    width: auto;
    height: 400px;
  }

  .heading {
    margin-top: 3px;
    padding-top: 26px;
    font-size: 20px;
    line-height: 20px;
  }

  .div-block {
    padding-top: 22px;
    padding-bottom: 118px;
  }

  .heading-2 {
    font-size: 16px;
  }

  .paragraph {
    font-size: 10px;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    width: 100%;
    height: 300px;
    margin-bottom: 63px;
  }

  .heading {
    margin-top: -48px;
    margin-bottom: 0;
    padding-top: 19px;
    padding-left: 21px;
    font-size: 15px;
    line-height: 15px;
  }

  .div-block {
    height: auto;
    margin-top: -87px;
    padding-top: 62px;
    padding-bottom: 40px;
  }

  .image {
    width: 60%;
    margin-top: 0;
    margin-left: 10px;
    padding-top: 14px;
  }

  .section {
    height: 60px;
  }

  .text-block {
    background-color: #0000;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 8px;
  }

  .heading-2 {
    background-color: #0000001a;
    margin-top: 0;
    margin-bottom: 9px;
    font-size: 12px;
  }

  .paragraph {
    margin-left: 10px;
    line-height: 10px;
  }

  .section-2 {
    background-color: #0000;
    margin-bottom: auto;
    padding-bottom: 0;
  }
}


