/* 5050 Responsive Padding */

/* This block targets Mobile */
@media only screen and (max-width: 767px) {
  .block_a036b9ebc3ad437cb93890e0785c41b3 .blockText  {
      padding: 0 35px 35px 35px;
  }
}

/* This block targets Tablet */
@media only screen and (width: 768px) {
  .block_a036b9ebc3ad437cb93890e0785c41b3 .contentTitle  {
      padding-top: 35px;
  }
}

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

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

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

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

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

/* Equalize Simple List Blocks*/

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

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

/* Equalize Simple List Blocks*/

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

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