.elementor-28471 .elementor-element.elementor-element-7b61128d{--display:flex;}/* Start custom CSS */.post-thumbnail {
    display: block !important; /* Overrides any 'display: none;' rules */
    margin: 0 auto 20px; /* Centers the image and adds some spacing below it */
    max-width: 100%; /* Ensures the image is responsive */
    height: auto; /* Maintains the aspect ratio */
}

/* You might also need to target the image itself within the container */
.post-thumbnail img {
    width: 100%;
    height: auto;
}/* End custom CSS */