.page {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-title {
    font-size: var(--fs-heading);
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #000;
}

.page-description {
    font-size: var(--fs-body);
    font-weight: 100;
    margin-bottom: 35px;
    color: #000;
    max-width: 880px;
    width: 100%;
}