.text-section {
    margin-bottom: 5rem;
}

.entry-content>.text-section {
    margin-top: 0;
}

.entry-content>.text-chapter~.text-section {
    margin-top: 3rem;
}

@media only screen and (max-width: 948px) {
    .text-section {
        margin-bottom: 0;
    }
}