.equal-height-cards.et_pb_row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.equal-height-cards.et_pb_row > .et_pb_column {
    display: flex;
    flex-direction: column;
}

.equal-height-cards.et_pb_row > .et_pb_column > .et_pb_module {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.equal-height-cards .et_pb_module_inner,
.equal-height-cards .scopic-testimonial-card,
.equal-height-cards .scopic-team-member-card,
.equal-height-cards .scopic-highest-price-card,
.equal-height-cards .scopic-deal-card,
.equal-height-cards .steps_card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.equal-height-cards .scopic-deal-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.equal-height-cards .scopic-deal-card__price-wrap,
.equal-height-cards .scopic-testimonial-card__author {
    margin-top: auto;
}
