.page-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.2em;
    letter-spacing: -1px;
}
.page-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 2.2rem;
    margin-top: 0.2rem;
}
@media (max-width: 767px) {
    .page-subtitle {
        display: none !important;
    }
}
