/* Print Media Style */

.print-media-block {
    padding: 20px 20px;
    box-shadow: rgb(187 187 187 / 20%) 0px 8px 24px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.elementor-widget-image img {
    max-height: 200px;
    object-fit: cover;
}