.side-by-side {
  display: flex;
  gap: 20px;
  align-items: start;
}

.text-content {
  flex: 1;
}

.image-content {
  flex: 0 0 300px;
}