.section-features .tile-content {
    --sk-tile-padding-xsmall: 24px 24px 375px 24px;
}
@media (max-width:734px) {
    .section-hero .hero-initial-wrap .hero-headline-lockup {
        bottom: 25px;
    }
}

/* chrome width */
@media (min-width: 550px) and (max-width:1068px) {
    html.hero-enhanced .section-hero .hero-intro-copy{
        margin-inline: auto
    }
}
@media (min-width: 734px) {
    .section-hero .hero-intro-wrap .section-content-responsive {
        width: 49.5vw;
    }
}

@media (min-width:1069px) {
    .section-stories .tile-content {
        max-width: 60%;
    }
}

.section-stories .stories-gallery blockquote p::before {
    content: "「";
}

.section-stories .stories-gallery blockquote p::after {
    content: "」"
}
