* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#other-slide {
  background-color: #afafaf;
  position: relative;
  margin: 0;
}
#other-slide #slider {
  width: 100%;
  height: 100vh !important;
}

header {
  background-color: #fff;
}

.content-wrap_cus section {
  background-color: rgba(255, 250, 234, 0.8);
  width: 100%;
  margin: auto;
  padding: 3rem 0;
}
.content-wrap_cus section::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  content: "";
  background-position-y: 70%;
}
.content-wrap_cus h2 {
  margin: 2rem 0;
  text-align: center;
}
.content-wrap_cus .customer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: auto;
}
@media (max-width: 520px) {
  .content-wrap_cus .customer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-wrap_cus .customer-wrap #reshop-link {
  text-decoration: none !important;
  color: #000 !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.content-wrap_cus .customer-wrap .customer-box {
  -webkit-box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.4117647059);
          box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.4117647059);
  border-radius: 15px;
  background-image: url(../images/cus-item-bk-2.png);
  background-color: #fff;
  margin: 1rem;
  width: 450px;
  margin-bottom: 4rem;
  padding: 1rem;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 520px) {
  .content-wrap_cus .customer-wrap .customer-box {
    margin: 0 auto 2rem;
    width: 350px;
  }
}
.content-wrap_cus .customer-wrap .customer-box img {
  width: 300px;
  margin-bottom: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 520px) {
  .content-wrap_cus .customer-wrap .customer-box img {
    width: 250px;
  }
}
.content-wrap_cus .customer-wrap .customer-box .voice-wrap {
  background-color: #fffaee;
}
.content-wrap_cus .customer-wrap .customer-box .voice-wrap p {
  margin-bottom: 0;
  padding: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: underline;
}
.content-wrap_cus .text {
  text-align: center;
}
@media (max-width: 520px) {
  .content-wrap_cus .text {
    font-size: 0.7rem;
  }
}/*# sourceMappingURL=customers_voice.css.map */