.paragraph p,
.lower-section p {
  line-height: 40px;
  text-align: justify;
  padding-bottom: 50px;
}

.text-section {
  display: flex;
  flex-direction: row;
}

.paragraph {
  display: flex;
  flex-direction: column;
  padding: 0 6% 0 6%;
}

.carousel-imgs {
  padding: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.carousel-imgs img {
  padding: 10px;
  height: 200px;
}

.banner {
  background-image: url("../assets/img/montain.png");
  background-position: top;
  background-size: cover;
  height: 500px;
}

.title-img img {
  padding-right: 6%;
}

.title-img {
  flex-direction: row;
  padding: 6% 0 6% 0;
  display: flex;
}

.title-img h1 {
  align-items: flex-end;
  display: flex;
  position: relative;
}

.title-img h1::before {
  content: "";
  position: absolute;
  top: 60px;
  width: 84px;
  height: 10px;
  background-color: #4a683b;
}

.lower-section {
  padding: 0px 6% 6% 6%;
}

@media only screen and (max-width: 1000px) {
  .text-section {
    flex-wrap: wrap;
  }
  .title-img {
    flex-wrap: wrap;
  }
  .title-img img {
    padding-bottom: 50px;
  }

  .images {
    display: none;
  }
  .paragraph {
    margin-top: 200px;
  }
}

@media only screen and (max-width: 700px) {
  .paragraph {
    margin-top: 50px;
  }
}
