
.templateStandard h1{
    font-size: 2.8125rem;
    line-height: 3.375rem;
    color: var(--purpleDark);
    text-transform: uppercase;
    text-align: center;
    margin-block: 50px;
    font-family: "Schabo";
}

@media (max-width: 992px){
    .templateStandard h1{
        font-size: 2.1875rem;
        line-height: 2.5rem;
    }
}