.section-resources .row {
    justify-content: center;
}

.section-compare h2 {
    width: 80%;
}

@media only screen and (max-width: 1068px) {
    .section-compare h2 {
        width: 100%;
    }
}

@media only screen and (max-width: 734px) {
    .section-compare h2 {
        /* max-width: 375px; */
    }
}

.section-footer p {
    max-width: none;
}

/* @media only screen and (max-width: 1382px) {
    .grid-item.grid-item-battery .grid-item-headline {
        max-width: 275px;
    }
}

@media only screen and (max-width: 1002px) {
    .grid-item.grid-item-battery .grid-item-headline {
        max-width: 250px;
    }
} */


.w600 {
    font-weight: 600 !important;
}
.w700 {
    font-weight: 700;
}


@media only screen and (max-width: 1259px) {
    .grid-item-costs-less .text-content {
        padding-left: var(--tile-padding-left);
        padding-right: var(--tile-padding-left);
    }
}

.highlight-green {
    background-color: #00FF00;
}
.highlightGreen {
    color:#00FF00;
}

.section-bentos .text-content .highlight.dinline-block {
    display: inline-block;
}

.fontSkew{
    display: inline-block;
    transform: skewX(-8deg);
}
@media only screen and (max-width: 1068px) and (min-width: 735px) {
    .modal:not(.ac-modal-video) .inner-padding {
    padding: 80px 50px;
    }
}


@media only screen and (min-width: 1068px) {
    .section-hero .hero-headline {
        font-size: 40px;
        line-height: 1.1;
    }
}

.section-bentos .tile .grid-item-headline {
    font-weight: 600;
}
.grid-item-money .tile-content .text-content .grid-item-headline {
    font-weight: 600;
}

@media only screen and (max-width: 1068px) {
    .section-bentos .tile .grid-item-headline {
        font-weight: 600;
    }
    .grid-item-money .tile-content .text-content .grid-item-headline {
        font-weight: 600;
    }
}

@media only screen and (max-width: 734px) {
    .section-bentos .tile .grid-item-headline {
        font-weight: 600;
    }
    .grid-item-money .tile-content .text-content .grid-item-headline {
        font-weight: 600;
    }
}

.section-bentos .text-content .highlight.pr-a {
    padding-right: 54px;
    padding-left: 1px;
}
.section-bentos .text-content .highlight.pr-c {
    padding-right: 55px;
    padding-left: 1px;
}
.section-bentos .text-content .highlight.pr-b {
    padding-right: 70px;
    padding-left: 1px;
}
@media only screen and (max-width: 1068px) {
    .section-bentos .text-content .highlight.pr-a {
        padding-right: 40px;
        padding-left: 1px;
    }
    .section-bentos .text-content .highlight.pr-b {
        padding-right: 57px;
        padding-left: 1px;
    }
    .section-bentos .text-content .highlight.pr-c {
        padding-right: 41px;
        padding-left: 1px;
    }
}
@media only screen and (max-width: 735px) {
    .section-bentos .text-content .highlight.pr-a {
        padding-right:38px;
        padding-left: 1px;
    }
    .section-bentos .text-content .highlight.pr-b {
        padding-right: 48px;
        padding-left: 1px;
    }
    .section-bentos .text-content .highlight.pr-c {
        padding-right: 39px;
        padding-left: 1px;
    }
}

.modal:not(.ac-modal-video) .stat .highlight {
    font-weight: 600;
}
.typography-modal-stat {
    font-weight: 600;
}
.section-bentos .text-content .highlight.fontTfreset {
    text-transform: none;
}

@media only screen and (max-width: 734px) {
    .grid-item-multitask .text-content {
        max-width: 100%;
    }
}
@media only screen and (min-width: 735px) {
    .headline-center-l.rr {
    position: relative;
}
}


    @media only screen and (max-width: 734px) {
        /* .grid-item-excel-faster .text-content {
            width: 100%;
            max-width: 400px;
        } */
    }
    @media only screen and (max-width: 734px) {
        .section-bentos .tile .grid-item-headline.mw .highlight:lang(zh-CN) {
           margin:0 auto;
        }
    }
