/** Shopify CDN: Minification failed

Line 126:72 Unexpected "{"

**/
.custom-section .custom-section__container.section.shopify-page-width {
    padding: 96px 64px;
}

.custom-section__heading {
    margin-bottom: 32px;
}

.custom-section__title {
    font-family: Assistant;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 140%;
    text-wrap: auto;
}

.custom-section__grid {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 48px;
    flex-wrap: wrap;
}

.custom-section__images {
    width: calc(50% - 24px);
}

.custom-section__images-grid {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.custom-section__images-col.custom-section__images-col--double {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-direction: column;
    width: calc(50% - 12px);
}

.custom-section__images-col.custom-section__images-col--double picture {
    display: block;
    width: 100%;
}

.custom-section__features {
    width: calc(50% - 24px);
}

.custom-section__features-grid {
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: start;
    justify-content: space-between;
}

.custom-section__feature {
    align-items: start;
    display: flex;
    gap: 24px;
    border-radius: 8px;
    width: 100%;
}

.custom-section__feature-icon {
    height: 56px;
    width: 56px;
}
.custom-section__feature-icon img {
    height: 100%;
    max-width: 56px;
}

h3.custom-section__feature-title {
    font-family: Assistant;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 21px;
    color: #121212;
    padding-bottom: 21px;
    border-bottom: 1px solid #D1D1D1;
}

p.custom-section__feature-description {
    font-family: Assistant;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #121212;
}

@media (max-width: 1023px) {
    .custom-section .custom-section__container.section.shopify-page-width {
        padding: 64px 16px;
    }

     .custom-section__images,
     .custom-section__features {
        width: 100%;
    }

    .custom-section__images-grid,
    .custom-section__images-col.custom-section__images-col--double {
        gap: 16px;
    }

    .custom-section__images-col.custom-section__images-col--double {
        width: calc(50% - 8px)
    }

    .custom-section__images-col.custom-section__images-col--double img, {
        width: 100%;
    }

    .custom-section__feature {
        flex-direction: column;
    }

    h3.custom-section__feature-title {
        margin-bottom: 16px;
        padding-bottom: 16px;
    }
}
