.lead {
    font-size: 15px;
    line-height: 1.8rem;
    font-weight: normal;
}
@media screen and (max-width:600px){
   .lead{
        font-size:15px;
    }
}