.bs-newpages {
    h1 {
        font-size: 60px;
        font-weight: 600;
        letter-spacing: -1px;
    }
    h2 {
        font-size: 53px;
        font-weight: 600;
        letter-spacing: -1px;
        line-height: 60px;
    }
    h3 {
        font-size: 40px;
        font-weight: 600;
        letter-spacing: -1px;
    }
    p {
        font-size: 20px;
        font-weight: 400;
        color: var(--black);
        &.white {
            color: var(--white);
        }
    }
}
