.sliderTree-balcony {
  position: relative;
  background-image: url(../img/balcony/balcony2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 700px;
  max-width: 100%;
  padding: 50px 50px;
}

.balcony-title h2 {
  font-size: clamp(1.375rem, 0.6565rem + 3.1933vw, 3.75rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
  width: 530px;
  line-height: 1.3;
  margin-bottom: 0;
  color: #80e5da;
  width: 60%;
}

.sliderTree-balcony .buttons {
  max-width: 336px;
}

.balcony-text {
  font-size: clamp(1.125rem, 0.8981rem + 1.0084vw, 1.875rem);
  letter-spacing: -0.01em;
  margin-top: 150px;
  margin-bottom: 50px;
  color: #fff;
  width: 50%;
}

.balcony_opis_price h2 {
  font-size: 26px;
}

.balcony_opis_price .buttons {
  width: 80%;
}

.balcony-material {
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  text-transform: uppercase;
  padding: 15px 35px;
}

.balcony-material span {
  text-transform: lowercase;
}

.img_balcony {
  display: block;
  max-width: 400px;
  background-size: cover;
}

.wrap_balcony-benefit {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  justify-items: center;
}

.balcony-benefit {
  margin-top: 150px;
}

.balcony-benefit h3 {
  color: #000;
  font-size: clamp(1.125rem, 1.0189rem + 0.7547vw, 1.75rem);
}

.balcony-benefit-item {
  padding: 30px 0;
  text-align: center;
}

.balcony-benefit-item h4 {
  font-size: clamp(1rem, 0.9244rem + 0.3361vw, 1.25rem);
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  padding-top: 30px;
}

.balcony-benefit-item h5 {
  font-size: clamp(1rem, 0.9244rem + 0.3361vw, 1.25rem);
}

.balcony_items_works {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 30px;
  row-gap: 30px;
  margin-bottom: 100px;
}

.balcony_item_work {
  min-width: 22%;
  flex: 1;
}

.balcony_item_work img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.balcony_item_work img:hover {
  transform: scale(0.98);
}

.balcony_container_works {
  padding-top: 40px;
  box-shadow: inset 0 -1px 15px 0px #e1e1e1;
}

.wrap_img_benefit {
  width: 100%;
}

.wrap_img_benefit img {
  width: 100%;
}

.wrap_img_benefit img {
  object-fit: contain;
  height: 150px;
}

.wrap_img_benefit {
  text-align: center;
}

@media (max-width: 1550px) {
  .balcony-title h2 {
    width: 100%;
  }

  .wrap_balcony-benefit {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 1250px) {
  .balcony_opis_price h2 {
    font-size: 22px;
    line-height: 1.3;
  }
}

@media (max-width: 768px) {
  .sliderTree-balcony {
    padding: 20px 20px;
  }

  .balcony-title h2 {
    width: 100%;
    text-align: center;
  }

  .balcony-text {
    width: 100%;
    text-align: center;
    text-shadow: 3px 4px 5px #000;
  }

  .sliderTree {
    max-height: 480px;
  }

  .balcony_opis_price h2 {
    font-size: 18px;
    line-height: 1.3;
  }

  .balcony_opis_price .buttons {
    margin: auto;
    margin-bottom: 40px;
  }

  .img_balcony {
    max-width: 100%;
  }

  .balcony-benefit {
    margin-top: 100px;
  }

  .wrap_img_benefit img {
    max-height: 100px;
  }

  .wrap_balcony-benefit {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
  }

  .balcony-benefit-item h4 {
    justify-content: center;
  }

  .balcony-benefit-item h5 {
    justify-items: center;
  }

  .balcony_items_works {
    column-gap: 15px;
    row-gap: 15px;
    margin-bottom: 50px;
  }

  .balcony_item_work {
    min-width: 45%;
  }

  .balcony-material {
    padding: 15px 15px;
  }
}
