.success-story-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.success-story-left {
  display: flex;
  align-items: center;  
  flex: 1;
  max-width: 500px;
}
.success-story-right {
  margin-right: 15px;
  display: flex;
  align-items: center;
  flex: 1;
}
.success-story-image {
  width: 100%; /* Make the image take up the full width of its container */
  max-width: 100%; /* Ensure the image doesn't exceed its container */
  margin-right: 20px; /* Adjust margin as needed for spacing between image and text */
}