/* Minification failed. Returning unminified contents.
(328,13): run-time error CSS1035: Expected colon, found 'spacing'
 */
.small-benefits-block__container {
    position: relative;
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding-top: 200px;
    margin-bottom: 310px;
}

.small-benefits-block__banner-image-container {
    display: flex;
    flex-direction: column;
    align-items: inherit;
    margin-top: 100px;
    margin-bottom: 26px;
}

.small-benefits-block__backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.small-benefits-block__svg-image-overlay {
    z-index: 1;
    height: 142px;
    margin-bottom: 18px;
}

.small-benefits-block__banner-text-container {
    display: flex;
    flex-direction: row;
    gap: 6px;
    z-index: 1;
}

.small-benefits-block__banner-text {
    color: #FFF;
    text-align: center;
    /* Subtitle */
    font-size: 18px;
    font-style: normal;
    font-weight: 325;
    line-height: 28px; /* 155.556% */
}

.small-benefits-block__banner-bold-text {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.small-benefits-block__banner-text-container .benefit-counter {
    display: flex;
    width: 155px;
    height: 32px;
    padding: 2px 12px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.50);
    /*Font Styles*/
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: 20px; /* 125% */
}

.small-benefits-block__parent-container {
    padding-left: 0;
    padding-right: 0;
    z-index: 1;
}

.small-benefits-block__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns for mobile */
    gap: 10px;
}

.small-benefits-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 167px;
    min-height: 148px;
    height: fit-content;
    flex-shrink: 0;
    padding: 8px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.20);
}

.small-benefits-block__benefit-SVG {
    display: flex;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #B1D7FD;
    justify-content: center;
    align-items: center;
    padding: .7rem;
}

.small-benefits-block__benefit-title {
    color: #000;
    /* Bold */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 175% */
    margin-top: 16px;
}

.small-benefits-block__benefit-text {
    color: #000;
    /* Small Text */
    font-size: 14px;
    font-style: normal;
    font-weight: 325;
    line-height: 20px; /* 142.857% */
}

/*Ipad mini*/
@media only screen and (min-width: 766px) {
    .small-benefits-block__container {
        position: relative;
        width: 100%;
        height: 424px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        padding-top: 300px;
        margin-bottom: 320px;
    }

    .small-benefits-block__parent-container {
        display: flex;
        width: 90vw;
        margin: 0 auto;
        justify-content: center;
    }

    .small-benefits-block__banner-image-container {
        display: flex;
        flex-direction: column;
        align-items: inherit;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .small-benefits-block__svg-image-overlay {
        z-index: 1;
        height: 248px;
    }

    .small-benefits-block__banner-text-container {
        display: flex;
        flex-direction: row;
        gap: 6px;
    }

    .small-benefits-block__banner-text {
        color: #FFF;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: 28px; /* 116.667% */
    }

    .small-benefits-block__banner-bold-text {
        color: #FFF;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
    }

    .small-benefits-block__banner-text-container .counter {
        display: flex;
        width: auto;
        height: 32px;
        padding: 2px 20px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.50);
        /*Font Styles*/
        color: #FFF;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 350;
        line-height: 28px;
    }

    .small-benefits-block__grid {
        display: grid;
        gap: 16px; /* Add spacing between items */
        justify-content: space-between;
        justify-items: center;
    }

    .small-benefits-block {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 168px;
        height: 187px;
        flex-shrink: 0;
        padding: 16px;
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.20);
    }

    .small-benefits-block__benefit-SVG {
        display: flex;
        width: 47px;
        height: 47px;
        flex-shrink: 0;
        border-radius: 8px;
        background: #B1D7FD;
        justify-content: center;
        align-items: center;
    }

    .small-benefits-block__benefit-title {
        color: #000;
        /* H6 */
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px; /* 140% */
        margin-top: 24px;
    }

    .small-benefits-block__benefit-text {
        color: #000;
        /* Body */
        font-size: 16px;
        font-style: normal;
        font-weight: 325;
        line-height: 24px; /* 150% */
        margin-top: 8px;
    }
}
/* Ipad Portrait */

@media (min-width: 820px) {
    .small-benefits-block {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 185px;
    }
}

@media (min-width: 900px) {
    .small-benefits-block__container {
        position: relative;
        width: 100%;
        height: 424px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        padding-top: 300px;
        margin-bottom: 220px;
    }

    .small-benefits-block__grid {
        display: grid;
        gap: 16px;
        justify-content: space-between;
        justify-items: center;
    }

    .small-benefits-block {
        width: 208px;
    }
}

@media (min-width: 990px) {
    .small-benefits-block {
        width: 238px;
    }
}


/*Desktop*/
@media (min-width: 1100px) {

    .small-benefits-block__container {
        position: relative;
        width: 100%;
        height: 424px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        padding-top: 100px;
        margin-bottom: 120px;
    }

    .small-benefits-block__grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr); /* Default: 2 columns */
        gap: 16px;
        Add spacing between items justify-content: space-between;
    }

    .small-benefits-block {
        width: 268px;
    }
}
