#d2899901 .p-text .c-text:first-child {
    font-size: 32px;
}
#d2899901 .p-text .c-text:nth-child(2),
#d2899901 .p-text .c-text:nth-child(3),
#d2899898 .p-text .c-text:first-child,
#d2899898 .p-text .c-text:last-child {
    font-size: var(--h3-font-size-mobile);
}
#d2899898 .p-button a:hover .c-link-icon {
    filter: none;
}
@media only screen and (min-width: 769px) {
    #d2899901 .p-text .c-text:nth-child(2),
    #d2899901 .p-text .c-text:nth-child(3),
    #d2899898 .p-text .c-text:first-child,
    #d2899898 .p-text .c-text:last-child {
        font-size: var(--h3-font-size-pc);
    }
}