GDPR change font-size of Privacy text

Lol, you’re in luck, I am a wordpress wizard :grinning_face_with_smiling_eyes: However, this is simpler than it seems… just change the code to this…

.legal-consent-container {
 font-size: 16px;
}
.legal-consent-container .hs-richtext ~ .hs-richtext p {
 font-size: 12px !important;
 line-height: 16px;
}