/* Equalize Simple List Blocks - Homepage*/

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

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







/* Equalize Simple List Blocks - Services page*/

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

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




/* Equalize Simple List Blocks - Contact page*/

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

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

/* 5050 Responsive Padding */

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

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