/* Equal Height Service Boxes */

.section-content .row {
  display: flex;
  flex-wrap: wrap;
}

.section-content .col-md-3,
.section-content .col-sm-6 {
  display: flex;
  flex-direction: column;
}

.section-content .col-md-3 > div,
.section-content .col-sm-6 > div,
.section-content .col-md-3 > a,
.section-content .col-sm-6 > a {
  flex-grow: 1;
}

/* Ensure paragraphs take available space */
.section-content p {
  flex-grow: 1;
}

/* Image stays at fixed size */
.section-content .img-fullwidth {
  display: block;
  height: auto;
}
