li {
  font-size: 16px;
  line-height: 27px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333vw;
  padding-top: 140px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/RG-BG.jpg');
  background-position: 50% 61%;
  background-size: auto;
  color: #fff;
}

.div-block.djs {
  padding-top: 0px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/wedding.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/wedding.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.div-block.autotint {
  padding-top: 0px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/auto-tint-BG.jpg');
  color: #fff;
}

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

.heading._27px {
  font-size: 23px;
  line-height: 33px;
}

.div-block-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-3 {
  text-align: center;
}

.image {
  width: 300px;
}

.button {
  width: 250px;
  height: 60px;
  margin-top: auto;
  padding-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #000;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  text-align: center;
}

.white-text {
  color: #fff;
}

.white-text.right {
  text-align: left;
}

.white-text.right.list {
  font-size: 16px;
}

.list-item {
  font-size: 15px;
}

.image-2 {
  width: 300px;
  padding-top: 0px;
  opacity: 0.26;
}

.button-div {
  margin-top: auto;
}

.div-block-6 {
  padding-bottom: 20px;
}

.div-block-7 {
  padding-bottom: 20px;
}

.image-2-copy {
  width: 400px;
  padding-top: 0px;
  opacity: 0.26;
}

@media screen and (max-width: 991px) {
  .section {
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block {
    width: 100vw;
    height: auto;
    padding-top: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block.djs {
    padding-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/wedding.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/wedding.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .div-block.autotint {
    background-size: cover;
  }

  .heading._27px {
    font-size: 19px;
    line-height: 29px;
  }

  .div-block-2 {
    padding-top: 10px;
  }

  .div-block-3 {
    padding-top: 220px;
  }

  .image {
    width: 500px;
    text-align: center;
  }

  .button {
    width: 200px;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2 {
    width: 400px;
    padding-bottom: 60px;
    opacity: 0.22;
  }

  .image-2-copy {
    width: 500px;
    padding-bottom: 60px;
    opacity: 0.22;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 2519px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block {
    width: 100vw;
    padding-top: 60px;
    padding-bottom: 40px;
    background-position: 50% 22%;
  }

  .div-block.djs {
    padding-top: 60px;
  }

  .div-block.autotint {
    padding-top: 60px;
  }

  .div-block-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-2 {
    opacity: 0.4;
  }

  .image-2-copy {
    opacity: 0.4;
  }
}