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

.image-medium {
  flex: 1;
}

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


