/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 57:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
    .photo-cards-section {
        padding: 0;
        margin: 0;
    }

    .photo-cards__container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        column-gap: 32px;
        padding: 0 16px;
    }

    .photo-cards__title {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding-bottom: 32px;
    }

    .photo-cards__item {
        width: 30%;
        margin-bottom: 20px;
        text-align: center;
    }

    .photo-cards__image {
        width: 100%;
        height: auto;
        object-fit: contain;
        margin: 0 auto;
    }

    .photo-cards__subheading {
        font-size: 16px;
        padding: 8px 0 0;
        margin-bottom: 0;
    }

    @media only screen and (max-width: 767px) {
        .photo-cards__item {
            width: 100%;
        }
    }
</style>