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