@media (max-width: 520px) {
    .hero-copy {
        min-width: 0;
        overflow: hidden;
    }

    .hero h1 {
        max-width: 100%;
        font-size: 46px;
    }

    .hero-actions {
        display: block;
        width: 100%;
    }

    .hero-actions .btn:first-child {
        display: none;
    }

    .hero-actions .btn:last-child {
        width: 100%;
    }
}
