.student-public-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.student-public-main {
    flex: 1 1 auto;
}

.student-privacy-policy {
    max-width: 48rem;
}

.student-privacy-policy__section {
    margin-bottom: 1.75rem;
}

.student-privacy-policy__section:last-child {
    margin-bottom: 0;
}

.student-privacy-policy__body {
    white-space: pre-line;
    line-height: 1.65;
}

.student-public-header .auth-brand__name,
.student-public-header .auth-header__title {
    font-size: 1rem;
}

@media (max-width: 575.98px) {
    .student-public-header .auth-brand__name {
        max-width: 10rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
