@media only screen and (min-device-width: 320px) and (max-device-width: 480px)
{
    p.mob-section-heading
    {
        font-size: 2.4rem;
        font-weight: 700;
    }

    p.pp_link
    {
        font-size: 2.4rem;
    }
}