.home-hero h1 {
  margin-bottom: 36px;
}
.home-hero_wrapper {
  padding-top: clamp(60px, 6.25vw, 120px);
}
.home-hero_wrapper {
  max-width: 1075px;
  margin-left: auto;
  margin-right: auto;
}
.home-hero .paragraph__20 {
  margin-bottom: clamp(30px, 2.4479166667vw, 47px);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.home-hero {
  background: linear-gradient(0deg, #ebd4c2 0%, #fffef7 100%);
}
.home-hero .buttons-row {
  padding-bottom: 92px;
}
.home-hero_list {
  margin-bottom: 190px;
  position: relative;
}
.home-hero_list span {
  color: #69745d;
  font-size: clamp(16px, 1.04166666667vw, 20px);
  font-weight: 500;
  line-height: 27.2px;
  display: block;
  position: relative;
}
.home-hero_list span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: calc(50% - 75px);
  opacity: 0.2;
  background: #69745d;
}
.home-hero_list span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: calc(50% - 75px);
  opacity: 0.2;
  background: #69745d;
}
.home-hero__list-upper {
  padding: 32px 32px 20px 32px;
  background: white;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.home-hero__list-upper h2 {
  white-space: nowrap;
}
.home-hero_bottom__item {
  border-radius: 40px;
  margin-top: -140px;
  overflow: hidden;
}
.home-hero_bottom_list {
  gap: 10px;
}
.home-hero__list-down {
  position: relative;
}
.home-hero__list-down img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
  display: flex;
}
.home-hero__list-down::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.home-hero__list-down .paragraph__20 {
  position: absolute;
  bottom: 50px;
  left: 40px;
  right: 40px;
}
.home-hero__list-down .paragraph__20 p {
  color: white;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1199px) {
  .home-hero__list-down .paragraph__20 {
    left: 15px;
    bottom: 30px;
    right: 15px;
  }
  .home-hero__list-upper h2 {
    font-size: 16px;
  }
  .home-hero .buttons-row {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .home-hero_bottom-list .slick-list {
    /* padding-top: 140px !important; */
    margin-top: -140px;
    padding-right: 150px !important;
  }
  .home-hero_bottom__item {
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
  }

  .home-hero_bottom > div {
    padding-right: 0;
    padding-left: 0;
  }
  .home-hero__list-upper h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .home-hero .buttons-row {
    flex-direction: column;
    gap: 10px;
  }
  .home-hero_bottom-list .slick-list {
    padding-right: 50px !important;
  }
}
