

/* Start:/local/components/itgrade/biz.features/templates/.default/style.css?17470354341252*/
.biz-features {
    margin-bottom: 64px;
}

.biz-features--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.biz-features--item {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(129, 140, 153, 0.16);
    padding: 56px;
    text-align: center;
    align-items: center;
    justify-content: center;
    min-height: 310px;
}

.svg-inline-biz-features--item--icon {
    max-width: 45px;
    width: 100%;
    margin-bottom: 32px;
}

.biz-features--item--title {
    font-weight: 450;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #283C83;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.biz-features--item--description {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

@media screen and (max-width: 991px) {
    .biz-features--grid {
        grid-template-columns: 1fr;
    }

    .biz-features--item {
        padding: 32px;
        min-height: 300px;
    }

    .biz-features--item--title {
        font-weight: 450;
        font-size: 18px;
        line-height: 24px;
    }

    .biz-features--item--description {
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
    }
}
/* End */


/* Start:/local/components/itgrade/biz.features/templates/for_business/style.css?17470354341345*/
.biz-features {
    margin-bottom: 64px;
}

.biz-features--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.biz-features--item {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(129, 140, 153, 0.16);
    padding: 56px;
    text-align: center;
    align-items: center;
    justify-content: center;
    min-height: 310px;
    transition: background 0.5s ease;
}

.svg-inline-biz-features--item--icon {
    max-width: 45px;
    width: 100%;
    margin-bottom: 32px;
}

.biz-features--item--title {
    font-weight: 450;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #283C83;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.biz-features--item--description {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

@media screen and (max-width: 991px) {
    .biz-features--grid {
        grid-template-columns: 1fr;
    }

    .biz-features--item {
        padding: 32px;
        min-height: 300px;
    }

    .biz-features--item--title {
        font-weight: 450;
        font-size: 18px;
        line-height: 24px;
    }

    .biz-features--item--description {
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
    }
}
.biz-features--item:hover {
    background: #f4f4f4;
}
/* End */
/* /local/components/itgrade/biz.features/templates/.default/style.css?17470354341252 */
/* /local/components/itgrade/biz.features/templates/for_business/style.css?17470354341345 */
