.text-styled p,
.text-styled .h1,
.text-styled .h2,
.text-styled .h3,
.text-styled .h4 {
    font-weight: 300;
}

.text-styled p {
    margin-bottom: 4rem;
}

.text-styled p:last-child {
    margin-bottom: 0;
}