/* 5050 Responsive Padding */

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

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

/* 5050 Responsive Padding */

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

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

/*Targets the parent container of the simple list items*/
.items_bc343ac65e93450a834bd3ca31b96d73 {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_bc343ac65e93450a834bd3ca31b96d73 > .item {
   display: flex;
   flex-direction: column;
}