.wish-mission__body-subtitle {
    line-height: 1.5;
    font-size: 3rem;
    text-align: justify;
    color: var(--color-green);
    font-weight: bold;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .wish-mission__body-subtitle {
        line-height: 1.5;
        font-size: 4rem;
        white-space: nowrap;
        color: var(--color-green);
        font-weight: bold;
        margin-bottom: 50px;
    }
}