CSS to increase the character length of the words below the picture choice question

CSS to increase the character length of the words below the picture choice question:

.ss-answer-option--picture-choice .ss-choice-content p::after {
content: attr(title);
font-size: 14px;
}

.ss-answer-option--picture-choice .ss-choice-content p {
font-size: 0;
}