Hi nimeshin
There are parts showing in uppercase now, could you tell me which text you want to change?
For example with the category description, you can try this:
.category-view .category_description {
text-transform: none !important;
}
and for the masthead:
div.ja-masthead .ja-masthead-detail .ja-masthead-title {
text-transform: none !important;
}