/** Shopify CDN: Minification failed

Line 24:0 Expected "}" to go with "{"

**/


@media screen and (min-width: 768px) {
/* Add drop shadow to the Image Card heading */
.m-image-card__heading {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.95);
}

/* Add drop shadow to the Image Card subheading */
.m-image-card__subheading {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.95);
}

/* Increase line spacing in the Image with Text section */
.m-richtext__description p {
    line-height: 1.8; /* Adjust this value for line spacing within paragraphs */
    margin-bottom: 1.5em; /* Adjust this value for spacing between paragraphs */
}
