.hero-copy {
    min-width: 0;
}

.hero-copy h1 {
    width: 100%;
    max-width: none;
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: wrap;
}

.hero-copy > p {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    text-align: start;
    text-wrap: wrap;
    word-spacing: normal;
    overflow-wrap: break-word;
}

[dir="rtl"] .hero-copy h1,
[dir="rtl"] .hero-copy > p {
    direction: rtl;
}

[dir="ltr"] .hero-copy h1,
[dir="ltr"] .hero-copy > p {
    direction: ltr;
}

@media (max-width: 520px) {
    .hero-copy h1 {
        text-wrap: wrap;
    }

    .hero-copy > p {
        font-size: 17px;
        line-height: 1.85;
    }
}
