.cards {
  width: 100%;
  margin: 0 auto 30px;
  max-width: 500px;
}
.cards h2 {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  font-family: "Gotham-Bold", sans-serif;
}
.cards .txt {
  padding-bottom: 60px;
  margin: 0;
}
.cards .txt p {
  margin: 0;
}
.cards .photo {
  position: relative;
  width: 300px;
  padding: 10px;
  position: relative;
  box-sizing: border-box;
}
.cards .photo .content {
  padding: 10% 0 0;
  position: relative;
}
.cards .photo .content .img {
  width: 100%;
  padding-top: 60%;
  background-size: cover;
}
.cards .photo .content .btn_audio {
  margin: 0 auto 10px;
  display: block;
  margin-top: -35px;
}
.cards .photo .content button {
  width: 70px;
  height: 70px;
  background-color: #d58e2b;
  color: white;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
}
.cards .photo .content button i {
  font-size: 30px;
}
.cards .photo .content button:hover {
  background-color: #aa4c25;
}
.cards .photo .content button.btn_front,
.cards .photo .content button.btn_back {
  width: 100px;
  height: 40px;
  border-radius: 50px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #666;
}
.cards .photo .content button.btn_front i,
.cards .photo .content button.btn_back i {
  font-size: 20px;
  margin-right: 5px;
}
.cards .photo .content button.btn_back i {
  transform: scale(-1);
}
.cards .photo .content .front,
.cards .photo .content .back {
  box-sizing: border-box;
  padding: 15px;
  border-radius: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0px 10px rgba(131, 125, 125, 0.2);
  background-color: #fff;
}
.cards .photo .content .back {
  transform: rotateY(-180deg);
}
.cards .photo .content .back .con .txt {
  margin-top: 30px;
}
.cards .dot-num {
  text-align: center;
  position: relative;
}

.slick-prev:before,
.slick-next:before {
  color: #aaa;
  font-size: 35px;
}

.slick-prev,
.slick-next {
  width: 35px;
  height: 35px;
  z-index: 999;
}

.slick-prev {
  left: -40px;
}

.slick-next {
  right: -40px;
}

.slick-dots {
  opacity: 1;
  bottom: 12px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

@media (min-width: 600px) {
  .cards {
    width: 80%;
  }
  .cards .txt {
    padding-bottom: 60px;
  }
  .cards .photo .content .front,
  .cards .photo .content .back {
    padding: 30px;
  }
} /*# sourceMappingURL=card.css.map */
