/* Equalize Simple List Blocks - Pin Buttons to Bottom*/

/* Change item class here */
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe > .item p {
    margin-bottom: 20px;
}