.section-triple-image .flex-content{
  gap:10px;
  margin:10px 0;
  flex-direction: column;
}
.triple-column.image-small {
  flex: 1;
}

.triple-column.image-large {
  flex: 2;
}
.section-triple-image .flex-normal, .section-triple-image .flex-reverse{
  flex-direction: column;
}

@media (min-width: 768px) {
  .section-triple-image .flex-content { flex-direction: row;}   
}



