.row.pricing-table1-1 {
 display: flex;
}

.col-sm-4 {
 display: flex;
 flex-direction: column;
}

.price-block {
 flex: 1;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 border: 1px solid #ddd; /* Optional: for visual separation */
 padding: 15px;
 margin-bottom: 10px; /* Spacing between blocks */
}

.editContent {
 flex: 1;
 display: flex;
 flex-direction: column;
}

.features {
 flex-grow: 1; /* Makes the features area take up remaining space */
}
