.container .text-about {
  background: #FFFFFF;
  padding: 50px;
  box-shadow: 0px 10px 20px #DFD9CE;
  border-radius: 15px;
  margin: 80px auto;
}
.container .text-about ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  font-size: 17px;
  line-height: 23px;
}
.container .product-slider {
  max-width: 700px;
  padding-bottom: 30px;
}
.container .product-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .product-slider .swiper-slide img {
  overflow: hidden;
  width: auto;
  max-height: 350px;
  min-height: 100%;
}
.container .product-slider .product-container-pagination {
  max-width: 600px;
  margin: 12px auto;
  overflow: hidden;
  position: relative;
  max-height: 130px;
}

.author-exhibit {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0px 30px 40px #DFD9CE;
}

.author-exhibit-container {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  padding: 50px 0 80px;
}
@media (max-width: 768px) {
  .author-exhibit-container {
    grid-template-columns: 1fr;
  }
}

.title-container {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}
.title-container h2 {
  font-size: 40px;
  line-height: 45px;
  padding: 70px 0 60px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .title-container h2 {
    padding: 0;
  }
}

.button-next {
  background: url("../images/svg/arrow-slider.svg");
  width: 40px;
  height: 42px;
  position: absolute;
  left: 0;
  bottom: 50px;
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  z-index: 2;
}

.button-prev {
  background: url("../images/svg/arrow-slider.svg");
  width: 40px;
  height: 42px;
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: 2;
}

.museums-container .place-storage {
  padding: 50px 0;
}

/*# sourceMappingURL=about-museum.css.map */
