.image-wrapper {
    text-align: center;
    /* Center the image horizontally */
    padding: 20px;
    /* Optional spacing */
}

.image-wrapper img {
    max-width: 100%;
    /* Make the image responsive */
    height: auto;
    /* Keep the aspect ratio */
    display: inline-block;
}