.same-height {
    height: 200px; /* Set your desired height */
    object-fit: cover; /* Ensures the image covers the entire area */
    width: 100%; /* Makes sure the image scales with the container */
}