h1{
    font-size: 62px;
}

@media only screen and (max-width: 600px) {
    .ptag{
      width: 100% !important; 
    }


    .ptag br {
        display: none;
    }
    

}