#header {
    background-image: url("/images/headers/terms.jpg");
}

#terms {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 1024px;
    margin: 0 auto;
    padding: 48px 24px;
}

@media only screen and (width <= 1024px) {
    #terms {
        width: 100%;
    }
}
