.three-block-image-container .three-block-image-with-text-below h3.three-block-heading, .three-block-image-container .three-block-image-with-text-below p.three-block-body-text{
    text-align:left;
}
.three-block-image-container .three-block-image-with-text-below .three-block-body-text {
  /*margin-bottom: 0.5rem;*/
}

.three-block-image-container .three-block-image-with-text-below .three-block-body-text p {
  font-size: 1.2rem;
}
@media screen and (min-width: 40.1em) {
  .three-block-image-container .three-block-image-with-text-below .three-block-body-text p {
    margin-bottom: 0;
  }
}

.three-block-image-container .three-block-image-with-text-below img
{
    margin-bottom: 0.6rem;
}

#mainContent .three-block-image-container .three-block-image-with-text-below h3.three-block-heading {
  text-transform: none;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 500;
}



@media screen and (max-width: 40em) {
  .three-block-image-container .columns {
    margin-bottom: 2rem;
  }
  
  .three-block-image-container .columns:last-of-type {
    margin-bottom: 0;
  }
}





