@media (max-width: 1675px) {  #hero .inner .right img {
    height: 557px !important;
    width: 700px !important;
    object-fit: cover !important;
  }
}

@media (max-width: 1500px) {
  #hero .inner .right img {
    height: 100% !important;
  }
}

@media (max-width: 1200px) {
  #hero .inner .right img {
    width: 100% !important;
    height: 400px !important;
  }
}

@media (max-width: 991px) {
  #hero .inner .right img {
    height: 300px !important;
  }
}

/* ===================================================================================

Quote

===================================================================================*/
#quote {
  background-position: center;
  background-size: cover;
}
#quote .container-fluid {
  padding: 0 100px;
  height: 648px;
}

#quote .container-fluid .row {
  height: 648px;
  align-items: flex-end;
}

#quote .text {
  text-align: center;
  color: #fff;
  font-weight: 300;
}
#quote .text strong {
  font-family: 'TRJN';
  font-size: 22px;
  line-height: 31px;
  color: #ffffff;
  font-weight: 500;
}
@media (max-width: 991px) {
  #quote .container-fluid {
    padding: 0 10px;
  }
}

/* ===================================================================================

Block_1

===================================================================================*/
#block_1 .container-fluid {
  padding: 80px 100px;
}
#block_1 .bottom .image {
  display: flex;
  justify-content: center;
}
#block_1 .bottom .image img {
  height: 482px;
  width: 448px;
  border-radius: 8px;
}
#block_1 .bottom .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#block_1 .bottom .text h2 {
  font-size: 33px;
  line-height: 41px;
  margin-bottom: 30px;
  color: #000000;
}
#block_1 .bottom .text p {
  color: #473026;
  font-weight: 300;
  line-height: 29px;
}
#block_1 .bottom .text p strong {
  font-family: 'TRJN';
  font-size: 21px;
  line-height: 31px;
  color: #000000;
}
#block_1 .bottom .text .btn-main {
  margin-right: 10px;
}
@media (max-width: 991px) {
  #block_1 .container-fluid {
    padding: 50px 10px;
    background: #f4efe8;
  }

  #block_1 .bottom .image img {
    height: 395px;
    width: 368px;
    margin-bottom: 20px;
  }
  #block_1 .buttons {
    display: flex;
    flex-direction: column;
  }
  #block_1 .btn-main {
    margin-bottom: 0;
  }
}
/* ===================================================================================

Block_2

===================================================================================*/
#block_2 .container-fluid {
  padding: 50px 100px;
  background: #f4efe8;
}
#block_2 .bottom {
  padding-top: 50px;
  padding-bottom: 50px;
}
#block_2 .bottom .image {
  display: flex;
  justify-content: center;
}
#block_2 .bottom .image img {
  height: 620px;
  width: 448px;
  object-fit: cover;
}
#block_2 .bottom .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#block_2 .bottom .text h3 {
  font-size: 27px;
  line-height: 31px;
  margin-bottom: 20px;
  color: #000000;
}
#block_2 .bottom .text p {
  color: #473026;
  font-weight: 300;
  line-height: 29px;
}
#block_2 .bottom .text p strong {
  font-family: 'TRJN';
  font-size: 21px;
  line-height: 31px;
  color: #000000;
}
#block_2 .bottom .text .btn-main {
  margin-right: 10px;
}
#block_2 li {
  color: #473026;
}
#block_2 ul {
  margin: 20px 0 30px 0;
}
@media (max-width: 991px) {
  #block_2 .container-fluid {
    padding: 50px 10px;
    background: #f4efe8;
  }
  #block_2 .bottom .image img {
    height: 395px;
    width: 368px;
    margin-bottom: 20px;
  }
  #block_2 .buttons {
    display: flex;
    flex-direction: column;
  }
  #block_2 .btn-main {
    margin-bottom: 0;
  }
}
/* =======================================================
CHARTS
=======================================================*/
#charts .container-fluid {
  padding: 50px 100px;
}
#charts .heading {
  text-align: center;
  margin-bottom: 50px;
}
#charts .heading h2 {
  margin-bottom: 30px;
}
#charts img {
  margin: 0 auto;
  display: block;
  max-height: 400px;
}
#charts .text {
  padding: 50px 50px 0;
  text-align: center;
}
#charts .row {
  justify-content: center;
}
#charts h3 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #charts .text {
    padding: 50px 0 0;
    text-align: center;
  }
  #charts .container-fluid {
    padding: 50px 10px;
  }
}
