I expect font-size: 20px for the li elements
html and css here https://jsfiddle.net/15m9tsq6/
div {
font-family: Tahoma, Arial, Helvetica, Sans-serif;
color: #2c3e49;
font-size: 12px;
}
.kk-wrapper {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
font-size: 20px;
font-style: normal;
font-variant: normal;
}