.page {
    font-family: 'Roboto', sans-serif;
}

.page .inner-page {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.page .inner-page .content {
    width: 100%;
    max-width: 1200px;
    padding: 0 1rem 2rem 1rem;
}

@media screen and (max-width: 960px) {}