.button_detail {
  max-width: 228px;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(271.85deg, #DD4871 20.84%, #FFB0BD 126.01%);
  border-radius: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
}
.button_detail.button_detail_width_1 {
  max-width: 285px;
}
.button_detail:hover {
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(271.85deg, #dd5d7e 20.84%, #ffc6d0 126.01%);
}

.button__wrapper {
  padding: 0 11px;
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
  margin-top: auto;
}
.button__wrapper.button__wrapper_mobile {
  display: none;
}
@media (max-width: 767px) {
  .button__wrapper.button__wrapper_mobile {
    display: flex;
  }
}

/*# sourceMappingURL=buttons.css.map */
