.text-section {
    max-width: 1200px;
    display: block;
    margin: 1em;
}

.text-section .rich-text {
    line-height: 1.6em;
}

.footer-dark {
    background: #58636e;
    color: white;
}

.block-img {
    max-width: 100%;
}

@media only screen and (min-width: 768px) {
    .text-section {
        margin: 0em auto 0em auto;
    }
}