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