@import url('styleguide.css');

.container {
    line-height: 1.8rem;
}

.sub-header {
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 2rem;
}

    .sub-header p {
        color: var(--text-muted);
        font-size: 1.1rem;
    }

.portal-description {
    text-align: left;
    line-height: 1.8rem;
    margin-bottom: 2.5rem;
}

    .portal-description h3 {
        color: var(--dark-blue);
        margin-top: 1.5rem;
    }

    .portal-description ul {
        padding-left: 20px;
        color: var(--text-main);
    }
.alert-box.info {
    margin-top: 2rem;
}
hr {
    margin: 2rem 0;
}
.legal-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
}
    .legal-links a {
        font-weight: 500;
        text-decoration: underline;
        color: var(--primary-blue);
    }
.card.terms-policy, .card.about {
    padding: 2.5rem;
    margin: 2rem auto;
    max-width: 1000px;
}

.card.about {
    max-width: 800px;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .card.terms-policy, .card.about {
        padding: 1rem;
    }
}