/* Equalize Simple List Blocks - Pin Buttons to Bottom - Homepage*/

/* Change item class here */
.items_eddbf33369c84d7989250916a20b4ef1 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_eddbf33369c84d7989250916a20b4ef1 > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.items_eddbf33369c84d7989250916a20b4ef1 > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_eddbf33369c84d7989250916a20b4ef1 > .item p {
    margin-bottom: 20px;
}


/* Equalize Simple List Blocks - Inspections Page*/

/* Change item class here */
.items_a28f709bef64469dba6744369e84bc24 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_a28f709bef64469dba6744369e84bc24 > .item {
	display: flex;
	flex-direction: column;
}