.news-flyer-card-3c325786 {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 15px;
    background: #ffffff;
    transition: all 0.3s ease;
}

.news-flyer-image-3c325786 {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}
