@media only screen and (max-width: 600px) {
    .your-class-name {
        font-size: 14px;
        width: 100%;
    }
}