#d2895303 h3 {
    font-size: var(--h3-font-size-mobile);
    font-weight: 400;
}
#d2895303 h4 {
    font-weight: 500;
}
@media only screen and (min-width: 769px) {
    #d2895303 h3 {
        font-size: var(--h3-font-size-pc);
    }
}