.pcsmall {
    font-size: 33%;
    width: 100%;
}

@media screen and (max-width:767px) {
    .spsmall {
        font-size: 40%;
        width: 100%;
    }
}