
.PageHeader1 {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
    font-weight: 600;
}
.PageHeader2 {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}
.PageHeader3 {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 600;
    margin: 0rem 1rem 0 1rem;
}
.PageHeader3-withBorder {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 600;
    border-bottom: 1px solid var(--step-border-color);
    margin: 0rem 1rem 0 1rem;

}

.PageHeader4-withBorder {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 600;
    border-bottom: 1px solid var(--step-border-color);
    margin: 0;
}


.PageHeader4 {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    font-weight: 600;
}
@media only screen and (max-width: 320px){
    .PageHeader1 {
        font-size: 1.2rem;
        margin-bottom: 1.2rem;
        font-weight: 600;
    }
    .PageHeader2 {
        font-size: 0.875rem;
        margin-bottom: 1.2rem;
        font-weight: 600;
    }
    
    .PageHeader3-withBorder {
        font-size: 1rem;
        line-height: 2rem;
        font-weight: 600;
        border-bottom: 1px solid var(--step-border-color);
        margin: 0rem 1rem 0 1rem;
    
    }
}

@media (min-width: 321px) and (max-width: 767.98px) { 
     .PageHeader3-withBorder {
         font-size: 16px;
     }
    
 }