#d2895285 h3 {
    font-size: var(--h3-font-size-mobile);
    font-weight: 400;
}
#d2895285 .description a {
    text-decoration: none;
    word-break: break-all;
}
#d2895285 .description a:hover {
    text-decoration: underline;
}
@media only screen and (min-width: 769px) {
    #d2895285 h3 {
        font-size: var(--h3-font-size-pc);
    }
}