main {
    width: 100%;
}

section {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto 40px;
}

footer {
    padding: 10px;
}
footer > p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.8em;
}

@media (max-width: 1200px) {
    main {
        padding: 0 15px;
    }
}