.bottom-line {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 15vh;
  max-height: none;
  min-height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #b2a79a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(95, 80, 62, 0.84)), color-stop(11%, rgba(116, 102, 85, 0.66)), to(rgba(178, 167, 154, 0)));
  background-image: linear-gradient(180deg, rgba(95, 80, 62, 0.84), rgba(116, 102, 85, 0.66) 11%, rgba(178, 167, 154, 0));
}

.container {
  height: 100%;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-2 {
  display: block;
}

.back {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 85vh;
  min-height: 750px;
  -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/369-bg-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section {
  height: 100vh;
}

.div-block-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 70vh;
  max-height: 900px;
  min-height: 600px;
  min-width: 800px;
  padding-right: 15px;
  padding-left: 15px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.text-block {
  -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;
  font-family: 'Droid Sans', sans-serif;
  color: #b2a79a;
  font-size: 450px;
  line-height: 300px;
  text-align: center;
  text-shadow: 0 2px 10px rgba(95, 84, 70, 0.5), 0 2px 20px rgba(65, 58, 49, 0.25);
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.container-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.text-block-2 {
  margin-right: 25px;
  font-family: 'Droid Sans', sans-serif;
  color: #b2a79a;
  font-size: 80px;
  line-height: 120px;
  text-align: center;
  text-shadow: 1px 1px 6px #5f503e;
}

.div-block-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 800px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.div-block-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.body {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

@media screen and (max-width: 991px) {
  .back {
    min-height: 800px;
    background-position: 50% 50%;
  }

  .div-block-2 {
    width: 70vw;
    height: 600px;
    min-width: 600px;
  }

  .text-block {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 320px;
    line-height: 250px;
  }

  .text-block-2 {
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 70px;
    line-height: 80px;
  }

  .div-block-6 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  .back {
    min-height: 300px;
  }

  .div-block-2 {
    height: 70vh;
    min-height: 250px;
    min-width: 400px;
  }

  .text-block {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 220px;
    line-height: 180px;
  }

  .text-block-2 {
    margin-right: 10px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .bottom-line {
    height: 15vh;
  }

  .back {
    background-image: url('../images/369-bg-02.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .div-block-2 {
    height: 60vh;
    min-height: 200px;
    min-width: 200px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .text-block {
    position: relative;
    font-size: 120px;
    line-height: 100px;
  }

  .text-block-2 {
    font-size: 20px;
    line-height: 20px;
  }
}

