/** Shopify CDN: Minification failed

Line 31:0 Unexpected "}"
Line 59:0 Unexpected "}"

**/
.custom-usp-flex__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 2.6rem;
}
.custom-usp_block--title {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 600;
    line-height: normal;
}
.custom-usp_block--description {
    font-size: 1.3rem;
    margin-bottom: 0;
    margin-top: 0.8rem;
    line-height: 1.4;
}
.custom-usp_block--item {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    padding: 1.5rem;
}
}
.custom-usp-block-wrapper {
    border-bottom: 0.1rem solid rgba(255,255,255,0.2);
}
.custom-usp-grid__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 3rem;
}
.custom-usp_block--icon {
        background-color: #253056;
        padding: 5px;
        border-radius: 5rem;
        height: 45px;
}
@media screen and (min-width: 940px) {
    .custom-usp-flex__wrapper {
        flex-direction: row;
    }
    .custom-usp-flex__wrapper .custom-usp_block--item {
        max-width: 31rem;
    }
    .custom-usp-grid__wrapper {
        grid-template-columns: repeat(4, 1fr);
        column-gap: 5rem;
    }

}
}