
.homepage-image {
    max-width: 20%;
    height: auto;
    width: 20%; /* or adjust like 80% */
    max-height: 400px; /* Adjust this value to your preference */
    object-fit: cover;

    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%; /* or try 80% if you want it slightly smaller */
    object-fit: cover;

}
