.carousel.carousel_1 {
  width: 100%;
  padding: 150px 0;
  text-align: center;
  background: var(--c4);
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .carousel.carousel_1 {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 860px) {
  .carousel.carousel_1 {
    padding: 40px 0;
  }
}
.carousel.carousel_1 .head {
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: var(--c0);
}
.carousel.carousel_1 .head .h2 {
  color: var(--c0);
  width: 60%;
  margin: auto;
}
@media only screen and (max-width: 860px) {
  .carousel.carousel_1 .head .h2 {
    width: 80%;
  }
}
.carousel.carousel_1 .carousel_list {
  justify-content: center;
}
.carousel.carousel_1 .carousel_list .feed {
  padding: 20px 33px;
  border: 1px solid var(--c1);
  border-radius: 20px;
}
@media only screen and (max-width: 1100px) {
  .carousel.carousel_1 .carousel_list .feed {
    width: 0%;
    opacity: 0;
    transition: 0.3s;
    display: none;
  }
  .carousel.carousel_1 .carousel_list .feed.active {
    width: 50%;
    opacity: 1;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .carousel.carousel_1 .carousel_list .feed.active {
    width: 100%;
  }
}
.carousel.carousel_1 .carousel_list .feed img {
  height: 454px;
}
@media only screen and (max-width: 1600px) {
  .carousel.carousel_1 .carousel_list .feed img {
    height: 350px;
  }
}
@media only screen and (max-width: 1400px) {
  .carousel.carousel_1 .carousel_list .feed img {
    height: 250px;
  }
}
@media only screen and (max-width: 1100px) {
  .carousel.carousel_1 .carousel_list .feed img {
    height: 400px;
  }
}
@media only screen and (max-width: 860px) {
  .carousel.carousel_1 .carousel_list .feed img {
    height: 300px;
  }
}
.carousel.carousel_1 .flex.center {
  margin-top: 20px;
}
.carousel.carousel_1 .show-more {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .carousel.carousel_1 .show-more {
    display: flex;
  }
}/*# sourceMappingURL=style.css.map */