@media only screen and (min-width: 735px){
    .section-in-the-car .section-scenario-intro .typography-section-headline{
        line-height: .8423076923;
    }

    .section-in-the-car .grid .copy-container{
        margin-top: 50px;
    }
}

.inline_nowrap{
    display: inline;
    white-space: nowrap;
}

.section-scenario .scenario-tile.in-the-kitchen-tile{
    max-height: 400px;
}

@media only screen and (max-width: 1068px){
     .section-scenario .scenario-tile.in-the-kitchen-tile{
        max-height: 285px;
        min-height: 285px;
    }
}

@media only screen and (max-width: 734px){
    .section-scenario .scenario-tile.in-the-kitchen-tile.large-span-12{
        display: grid;
        justify-content: unset;
        align-items: unset;
    }
    .section-scenario .scenario-tile.in-the-kitchen-tile.large-span-12 .tile-image{
        padding-right: 0;
    }

    .section-scenario .scenario-tile.in-the-kitchen-tile{
        min-height:420px;
        max-height: auto;
    }
}




.overview-car-tile-2 {
    display: block;
    width: var(--p-width);
    height: var(--p-height);
    --p-width: 437px;
    --p-height:204px
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
    .overview-car-tile-2 {
        --p-width: 305px;
        --p-height:143px
    }
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
    .overview-car-tile-2 {
        --p-width: 250px;
        --p-height:117px
    }
}


/*保障隐私宽度调整*/
.section-digital-assistant .section-content .callout-copy {
    max-width: 50.25ch;
    margin-bottom: 30px;
}



/*ArtCD start*/
.section-working-out .headline, .section-in-the-kitchen .headline{
    margin-left: -10px;
}

@media only screen and (max-width: 734px) {
    .section-working-out .headline, .section-in-the-kitchen .headline{
        margin-left: -5px;
    }
}

/*ArtCD end*/



