.text-button-group .text-button {
  padding: 80px 0; }
  .text-button-group .text-button .wrapper {
    background-color: var(--secondary-bg);
    padding: 64px 48px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-radius: 16px; }
  .text-button-group .text-button h2 {
    letter-spacing: 0;
    color: var(--secondary-title);
    font-weight: 700;
    font-size: 30rem;
    margin-top: 0;
    margin-bottom: 5px; }
  .text-button-group .text-button p {
    color: var(--secondary-title);
    font-size: 16rem;
    margin-bottom: 0; }
    .text-button-group .text-button p strong {
      font-weight: 700; }
  .text-button-group .text-button .buttons {
    margin-top: 0; }
    .text-button-group .text-button .buttons .btn:first-child:last-child {
      margin: 0; }

@media (max-width: 575.5px) {
  .text-button-group .text-button {
    padding: 20px 0; }
    .text-button-group .text-button .wrapper {
      padding: 20px 15px;
      margin: 0; }
    .text-button-group .text-button h2 {
      font-size: 22rem;
      text-align: center; }
    .text-button-group .text-button p {
      text-align: center; }
    .text-button-group .text-button .buttons {
      justify-content: center;
      margin-top: 20px;
      padding: 0; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .text-button-group .text-button {
    padding: 30px 0; }
    .text-button-group .text-button .wrapper {
      padding: 20px 15px;
      margin: 0; }
    .text-button-group .text-button h2 {
      font-size: 24rem;
      text-align: center; }
    .text-button-group .text-button p {
      text-align: center; }
    .text-button-group .text-button .buttons {
      justify-content: center;
      margin-top: 20px;
      padding: 0; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .text-button-group .text-button {
    padding: 40px 0; }
    .text-button-group .text-button .wrapper {
      padding: 24px 28px; }
    .text-button-group .text-button h2 {
      font-size: 24rem; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .text-button-group .text-button {
    padding: 50px 0; }
    .text-button-group .text-button .wrapper {
      padding: 34px 30px; }
    .text-button-group .text-button h2 {
      font-size: 28rem; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .text-button-group .text-button .buttons .btn {
    padding-left: 10px;
    padding-right: 10px; } }

/*# sourceMappingURL=text_button.css.map */
