p {
    margin: 20px 0;
    text-align: justify;
    line-height: 1.8
}

p:first-child {
    margin-top: 0
}

p:last-child {
    margin-bottom: 0
}