#customer-vice .content-wrapper .costomer-voices {
  gap: 60px;

}

#customer-vice .content-wrapper .costomer-voices .costomer-voice {
  position: relative;
}
#customer-vice .content-wrapper .costomer-voices .costomer-voice:before {
  content: "※結果には個人差がございます。効果を保証するものではございません。";
  position: absolute;
  bottom: -2rem;
  font-size: 18px;
  font-weight: 500;
}

.pink-btn-container {
  position: relative;

}
/* .pink-btn-container:before {
  content: "※結果には個人差がございます。効果を保証するものではございません。";
  position: absolute;
  bottom: -2rem;
  font-size: 18px;
  font-weight: 500;
} */

@media screen and (max-width: 1200px) {
  #customer-vice .content-wrapper .costomer-voices {
    gap: 90px;
    margin-bottom: 40px;
  }
  #customer-vice .content-wrapper .costomer-voices .costomer-voice:before {
    font-size: 3.75Vw;
    bottom: -3rem;
  }
  .pink-btn-container:before {
    font-size: 3.75Vw;
    bottom: -2.5rem;
  }
  .campaign-banner .card {
    padding-top: 5rem;
  }

}