body {
  font-family: "Times New Roman", Times, serif;
}
/* .section {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
} */

.logo {
  max-width: 130px;
}

/******* section-0 *********/

.section-0 .block-0 {
  width: 60%;
  overflow: hidden;
}

.section-0 .block-0 img {
  object-fit: cover;
  max-height: 850px;
}

.section-0 .block-1 {
  width: 40%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  border-right: 10px solid #187d31;
  padding: 40px;
}

.section-0 .block-1 .logo {
  width: 140px;
  align-self: flex-end;
}

.section-0 .block-1 h1 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 500;
  margin-top: 100px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.section-0 .block-1 h2 {
  text-transform: uppercase;
  font-size: 65px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.2;
}

/******* section-0 *********/

/******* section-1 *********/

.section-1 {
  position: relative;
  display: flex;
  z-index: 1;
  overflow: hidden;
}

.section-1 .big-logo {
  position: absolute;
  top: -20px;
  left: -265px;
  bottom: 0;
  z-index: 0;
}

.section-1 .block {
  position: relative;
  z-index: 1;
}

.section-1 .block-0 {
  padding: 0 10px 0 30px;
  border-left: 6px solid #187d31;
}

.section-1 .block-0 h2 {
  font-weight: 600;
  font-size: 60px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.section-1 .block-0 p {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 20px;
}

.section-1 .block-1 {
  border-right: 10px solid #187d31;
}

.section-1 .block-1 img {
  margin-bottom: 10px;
  float: right;
}

.section-1 .block-1 img:last-child {
  margin-bottom: 0;
}

/******* section-1 *********/

/******* section-2 *********/

.section-2 {
  display: flex;
}

.section-2 .block-1 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 240px 10px 0 45px;
}

.block-item {
  display: flex;
  margin-bottom: 80px;
}

.block-item h3 {
  font-size: 42px;
  line-height: 1.2;
  margin-right: 15px;
}

.paragraphs {
  border-left: 6px solid #187d31;
  padding: 10px 0 0 15px;
}

.paragraphs p {
  font-size: 20px;
  font-weight: 500;
}

.section-2 .block-1 .logo {
  margin: 40px 30px 0 0;
  float: right;
}
/******* section-2 *********/

/******* section-3 *********/
.section-3 {
  border-bottom: 10px solid #187d31;
  margin-bottom: 0;
  background-repeat: no-repeat;
}
.section-3 .block-0 h2 {
  font-size: 43px;
  font-weight: 700;
}
.section-3 .block-0 h3 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
}
.section-3 .block-0 .logo {
  margin: 30px 30px 0 0;
  float: right;
}

.section-3 .block-1 {
  margin-top: 45px;
}

.section-3 .block-1 .text {
  height: 85px;
  background-color: rgba(229, 228, 228, 0.4);
  padding: 15px 7px 7px 7px;
}

.section-3 .block-1 .text h4 {
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.section-3 .block-2 {
  margin: 10px 0 30px 0;
  padding: 15px 10px;
  background-color: rgba(229, 228, 228, 0.4);
}

.section-3 .block-2 p {
  font-size: 20px;
  font-weight: 500;
}
/******* section-3 *********/

@media (max-width: 1399px) {
  /******* section-0 *********/
  .section-0 .block-1 h1 {
    font-size: 27px;
  }
  .section-0 .block-1 h2 {
    font-size: 55px;
  }
  /******* section-0 *********/

  /******* section-3 *********/
  .section-3 .block-1 .text h4 {
    font-size: 18px;
  }
  /******* section-3 *********/
}

@media (max-width: 1199px) {
  /******* section-0 *********/
  .section-0 .block-0 img {
    max-height: 750px;
  }
  .section-0 .block-1 {
    padding: 25px;
  }
  .section-0 .block-1 h1 {
    font-size: 23px;
  }
  .section-0 .block-1 h2 {
    font-size: 48px;
  }
  /******* section-0 *********/

  /******* section-1 *********/
  .section-1 .block-0 {
    padding: 0 10px;
    border-left: 0;
  }
  .section-1 .block-1 {
    border-right: none;
  }
  .section-1 .block-1 img {
    float: unset;
  }
  /******* section-1 *********/

  /******* section-2 *********/
  .paragraphs p {
    font-size: 18px;
  }
  /******* section-2 *********/
}

@media (max-width: 991px) {
  /******* section-0 *********/
  .section-0 {
    border-right: 10px solid #187d31;
  }
  .section-0 .block-1 {
    width: 100%;
    border: none;
  }

  .section-0 .block-1 h1 {
    margin-top: 70px;
    margin-right: 20px;
  }

  .section-0 .block-0 {
    width: 100%;
  }

  .section-0 .block-0 img {
    width: 100%;
    max-height: 535px;
  }
  /******* section-0 *********/

  /******* section-2 *********/
  .section-2 .block-1 {
    padding-top: 50px;
    padding-left: 20px;
  }
  .block-item {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .section-2 .block-1 .logo {
    margin-top: -20px;
  }
  /******* section-2 *********/

  /******* section-3 *********/
  .section-3 .block-0 .logo {
    margin-right: 10px;
  }

  .section-3 .block-0 h2 {
    font-size: 36px;
  }

  .section-3 .block-0 h3 {
    font-size: 28px;
    margin-bottom: 0;
  }
  /******* section-3 *********/
}

@media (max-width: 767px) {
  /******* section-3 *********/

  /******* section-3 *********/
}

@media (max-width: 575px) {
  /******* section-0 *********/
  .section-0 .block-1 {
    padding: 15px;
  }
  .section-0 .block-1 h1 {
    margin-top: 30px;
    margin-right: 0;
    font-size: 21px;
    text-align: center;
  }
  .section-0 .block-1 h2 {
    font-size: 36px;
    text-align: center;
  }

  .section-0 .block-1 .logo {
    width: 105px;
    margin: 0 auto;
  }
  /******* section-0 *********/

  /******* section-2 *********/
  .block-item h3 {
    font-size: 28px;
  }

  .paragraphs {
    border-left: none;
    padding: 10px 0 0 0;
  }
  .paragraphs p {
    font-size: 15px;
  }
  /******* section-2 *********/

  /******* section-3 *********/
  .section-3 .block-1 .text {
    height: 75px;
  }
  .section-3 .block-0 h2 {
    text-align: center;
    font-size: 42px;
  }
  .section-3 .block-0 h3 {
    text-align: center;
    font-size: 30px;
  }
  .section-3 .block-0 .logo {
    float: unset;
    margin-right: 0;
    max-width: 85px;
  }
  /******* section-3 *********/
}
