.zyfud-surface {
    background:
        linear-gradient(180deg, #fffaf4 0%, #fff4df 48%, #ffffff 100%);
}

#home h1,
#home h2,
#home h3 {
    letter-spacing: 0;
}

#home [href^="#"] {
    text-decoration: none;
}

@media (max-width: 768px) {
    #home header .section-shell {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

@media (max-width: 640px) {
    #home .hero-copy {
        max-width: 22rem;
    }

    #home .hero-copy p,
    #home .hero-copy h1 {
        max-width: 22rem;
        overflow-wrap: break-word;
    }
}
