h1 {
    font-weight: normal !important;
}

.display-1, .display-2, .display-3, .display-4 {
    font-weight: lighter !important;
}

.p-large {
    font-size: 2rem !important;
}
@media (max-width: 576px) {
    .p-large {
        font-size: 1rem !important;
    }
}