Стиль CSS только для первого элемента
p:first-of-type {
font-size: 1.25em;
}
Clever Crane
p:first-of-type {
font-size: 1.25em;
}
p:first-child {
font-size: 1.5em;
}