@media only screen and (max-width: 600px) {
    .pl h3 {
        font-size: 15pt;
    }
    .pl div {
        font-size: 13pt;
    }
}
