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