The date of birth explain block reverts to default font size because in that particular row, it's the first child. I assume that's not the intended behavior? .formRow .formRow-explain:first-child { margin: 0; font-size: inherit; } I...