1. Add this code in style.css file of your child theme:
http://prntscr.com/g1gkrz
.portfolio-descr h3 a {
text-transform: none;
}
2. I suppose you will need to make some additional customization.
3.
.portfolio-filters li a {
text-transform: none;
}
4.
.portfolio-filters li .btn {
background-color: red;
border: 2px solid red;
}
.portfolio-filters li .btn.active {
background-color: blue;
}
5. Please provide screenshot.
Regards