#d2863404 h3 {
    font-size: var(--h3-font-size-pc);
    font-weight: 400;
}
@media (max-width: 768px) {
    #d2863404 h3 {
        font-size: var(--h3-font-size-mobile);
    }
}