Need to change decription font size

Hi @VaishaliSahu ,

For mobile font size, you can try this code :

@media only screen and (max-width: 800px) {
.rte ul {
    list-style-type: disc;
    text-align: left;
    font-size: 14px;
}

.rte p {
    margin-bottom: .75em;
    margin-top: .75em;
    font-size: 14px;
}
}