.page-title-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    max-width: 40rem;
    margin-bottom: 1rem;
}

.page-title {
    color: rgb(17 24 39);
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 550;
}

@media (min-width: 768px) {
    .page-title {
        font-size: 3rem;
        line-height: 3.25rem;
    }
}

.page-description {
    color: rgb(107 114 128);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
}

