/* stylelint-disable */
.subscription-on-pause-for-club {
  padding: 40px 64px;
  border-radius: 20px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.06), 0 6px 16px 0 rgba(0, 0, 0, 0.1);
  color: #0f0f0f;
  background-color: #fff;
}
@media only screen and (max-width: 576px) {
  .subscription-on-pause-for-club {
    padding: 15px 10px;
  }
}
.subscription-on-pause-for-club__text {
  margin-bottom: 24px;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .subscription-on-pause-for-club__text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .subscription-on-pause-for-club__button {
    font-size: 12px;
  }
}

/*# sourceMappingURL=subscription-on-pause-for-club.output.css.map */
