.image-right-text-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.image-right-text-left img {
  max-width: 50%; /* Adjust as needed */
  height: auto;
  margin-left: 20px; /* Space between text and image */
}

.image-right-text-left p {
  flex: 1; /* Allows text to take available space */
}
