selector .elementor-cta .elementor-cta__content {
display:flex;
flex-direction:column;
}
selector .elementor-cta .elementor-cta__content .elementor-cta__button-wrapper {
margin-top:auto;
}
/* https://element.how/elementor-align-buttons-to-bottom/#table-of-content-2 */
.elementor-cta--skin-classic .elementor-widget-container {
display: flex;
flex-direction: column;
}
.elementor-cta--skin-classic .elementor-cta.elementor-cta {
flex-grow: 1;
flex-direction: column;
flex-wrap: nowrap;
}
.elementor-cta--skin-classic .elementor-cta__content.elementor-cta__content {
height: 100%;
flex-direction: column;
}
.elementor-cta--skin-classic .elementor-cta__button-wrapper {
margin-top: auto;
}