.lead {
    font-weight: normal;
    font-size: 20px;
    line-height: 1.4;
    margin-top: 0;

    @media (max-width:767px) {
        & {
            font-size: 16px;
        }
    }
}