.nature {
  color: #fff;
}
.nature .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1023px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.nature .nature-content {
  height: 1023px;
  border-left: 1px solid rgba(235, 235, 235, 0.5);
  border-right: 1px solid rgba(235, 235, 235, 0.5);
  text-transform: uppercase;
}
.nature .block-nature-content {
  max-width: 667px;
  position: absolute;
  right: 17%;
  top: 39%;
}
.nature .title-nature {
  font-size: 40px;
  font-weight: 700;
  line-height: 40.35px;
  margin-bottom: 19px;
}
.nature .text-nature {
  font-size: 20px;
  font-weight: 400;
  line-height: 29.875px;
}
.nature .text-nature-top {
  margin-bottom: 66px;
}
.nature .arrow-img-arrow {
  position: absolute;
  bottom: 165px;
  right: -163px;
  width: 108px;
  height: 108px;
}
html[lang="en-US"] .nature .nature-content {
  text-transform: none;
}

@media (max-width: 2274px) {
  .nature .nature-content {
    margin: 0 2%;
  }
}
@media (max-width: 1024px) {
  .nature .arrow-img-arrow {
    right: -128px;
  }
}
@media (max-width: 768px) {
  .nature {
    padding: 0;
  }
  .nature .nature-content {
    height: 658px;
    border: none;
    margin: 0;
  }
  .nature .arrow-img-arrow {
    display: none;
  }
  .nature .title-nature {
    font-size: 24px;
    line-height: 24.21px;
    margin-bottom: 16px;
  }
  .nature .text-nature {
    font-size: 16px;
    line-height: 23.9px;
  }
  .nature .text-nature-top {
    margin-bottom: 20px;
  }
  .nature .block-nature-content {
    right: 0;
    top: 50%;
  }
  .nature .bg-img {
    height: 658px;
    -o-object-position: top;
       object-position: top;
  }
}
/*# sourceMappingURL=nature.css.map */