@media only screen and (min-width: 734px) {
    .section-savings .savings-gallery .item-container{
        grid-template-columns: 1fr 1fr;
    }

    .section-savings .savings-gallery .gallery-item {
            width: 100%;
    }
}
/* icon */
.icon-external:after {
    position: relative !important;
    top: -0.08em;
}

@media only screen and (min-width: 1069px) {
    .section-compare .compare-column-extra {
        grid-template-rows: var(--plus-row-1-height) var(--plus-row-2-height) var(--plus-row-3-height) var(--plus-row-4-height) var(--plus-row-5-height);
    }
}

/* line-height 1.1 */
.typography-section-headline-large:lang(ko) {
    line-height: 1.1;
}

@media only screen and (max-width:1068px) {
    .typography-section-headline-large:lang(ko) {
        line-height: 1.191;
    }
}

@media only screen and (max-width:734px) {
    .typography-section-headline-large:lang(ko) {
        line-height: 1.21;
    }
} 

.section-savings .savings-gallery .typography-tile-headline {
    line-height: 1.25;
}

/* headcopy center align */
.section-savings .savings-gallery #trade-in h3 {
    max-width: 260px;
}

.section-savings .card {
    width: 100%;
}