  @media(min-width:767.98px) {
.u-grid3Columns {
    grid-template-columns:1fr 2px 1fr;
    gap:2rem;
}
.u-grid3Columns .line {
background-color:var(--gfColors-slate30);
}
}
h2.h3 {
    margin-top:0;
}
#admissions-tips.stepList--check .stepList-item::before {
    background-color:var(--gfColors-slate80);
    color:var(--gfColors-slate45);
}