.text-hyphens {
    text-align: justify;
    hyphens: auto;
}
.text-view h2 {
    font-family: Stonehenge;
    font-size: 38px;
    color: var(--bs-green);
    margin-bottom: 20px;
}
.text-view em {
    display: block;
    padding-top: 25px;
}
