.section--custom-content .f-flex {
  align-items: start;
  column-gap: var(--f-column-gap);
}

.section--custom-content .custom-content-block--html_content,
.section--custom-content .custom__block--html_content {
  flex: 1;
  width: auto;
}

@media (min-width: 768px) {
  .section--custom-content .f-flex {
    flex-wrap: nowrap;
  }
}
