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