.text-with-buttons-wrapper{display:flex;flex-direction:column;max-width:var(--space-768)}.text-with-buttons-wrapper.text-alignment-center{align-items:center}.text-with-buttons-wrapper.text-alignment-left{align-items:flex-start}.text-with-buttons-wrapper .caption-wrapper{margin-bottom:var(--space-16)}.text-with-buttons-wrapper .description,.text-with-buttons-wrapper .heading{margin-bottom:var(--space-24)}.text-alignment-center :is(.text-with-buttons-wrapper .caption-wrapper,.text-with-buttons-wrapper .heading,.text-with-buttons-wrapper .description){text-align:center}.text-alignment-left :is(.text-with-buttons-wrapper .caption-wrapper,.text-with-buttons-wrapper .heading,.text-with-buttons-wrapper .description){text-align:left}.text-with-buttons-wrapper .buttons-wrapper{display:flex;flex-direction:column;gap:var(--space-16);justify-content:center;width:100%}@media (min-width:750px){.text-with-buttons-wrapper .buttons-wrapper{flex-direction:row;gap:var(--space-24);width:auto}.text-alignment-left :is(.text-with-buttons-wrapper .buttons-wrapper){justify-content:flex-start}}