/* ===================================================================================
SECTION 1

===================================================================================*/
#section_1 .container-fluid {
  padding: 0 100px;
}
#section_1 .banner {
  background: #294f2b;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}
#section_1 .banner h2 {
  font-size: 33px;
  line-height: 41px;
  margin-bottom: 30px;
}
#section_1 .banner p {
  font-weight: 300;
  line-height: 29px;
}
#section_1 .bottom {
  padding-top: 50px;
  padding-bottom: 50px;
}
#section_1 .bottom .image {
  display: flex;
  justify-content: center;
}
#section_1 .bottom .image img {
  height: 620px;
  width: 448px;
}
#section_1 .bottom .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#section_1 .bottom .text h3 {
  font-size: 27px;
  line-height: 31px;
  margin-bottom: 20px;
  color: #000000;
}
#section_1 .bottom .text p {
  color: #473026;
  font-weight: 300;
  line-height: 29px;
}
#section_1 .bottom .text p strong {
  font-family: 'TRJN';
  font-size: 21px;
  line-height: 31px;
  color: #000000;
}
#section_1 .bottom .text .btn-main {
  margin-right: 10px;
}

@media (max-width: 991px) {
  #section_1 .container-fluid {
    padding: 0 10px;
  }
  #section_1 .banner {
    padding: 50px 10px;
  }
  #section_1 .bottom .image img {
    height: 510px;
    width: 368px;
    margin-bottom: 20px;
  }
  #section_1 .buttons {
    display: flex;
    flex-direction: column;
  }
  #section_1 .btn-main {
    margin-bottom: 20px;
  }
}
/* ===================================================================================

SECTION 2

===================================================================================*/
#section_2 .container-fluid {
  padding: 50px 100px;
  background: #f4efe8;
}
#section_2 .bottom {
  padding-top: 50px;
  padding-bottom: 50px;
}
#section_2 .bottom .image {
  display: flex;
  justify-content: center;
}
#section_2 .bottom .image img {
  height: 620px;
  width: 448px;
}
#section_2 .bottom .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#section_2 .bottom .text h3 {
  font-size: 27px;
  line-height: 31px;
  margin-bottom: 20px;
  color: #000000;
}
#section_2 .bottom .text p {
  color: #473026;
  font-weight: 300;
  line-height: 29px;
}
#section_2 .bottom .text p strong {
  font-family: 'TRJN';
  font-size: 21px;
  line-height: 31px;
  color: #000000;
}
#section_2 .bottom .text .btn-main {
  margin-right: 10px;
}
@media (max-width: 991px) {
  #section_2 .container-fluid {
    padding: 50px 10px;
    background: #f4efe8;
  }

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

SECTION 3

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

#section_3 .container-fluid .row {
  height: 648px;
  align-items: center;
}

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

SECTION 4

===================================================================================*/
#section_4 .container-fluid {
  padding: 0 100px;
}
#section_4 .banner {
  background: #294f2b;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}
#section_4 .banner h2 {
  font-size: 33px;
  line-height: 41px;
  margin-bottom: 30px;
}
#section_4 .banner p {
  font-weight: 300;
  line-height: 29px;
}
#section_4 .btn-alt {
  color: #fff;
  border-color: #fff;
}
#section_4 .images .row {
  justify-content: center;
}
#section_4 .images img {
  width: 332px;
  margin: 40px 0;
  border-radius: 8px;
}
@media (max-width: 991px) {
  #section_4 .container-fluid {
    padding: 0 10px;
  }
  #section_4 .banner {
    padding: 50px 10px;
  }
  #section_4 .images img {
    width: 332px;
    margin: 20px 0;
    border-radius: 8px;
  }
}
