Try changing:
<style>
.shortBio {
color: #565656 !important;
font-family: Raleway, Helvetica, sans-serif !important;
font-size: 15px !important;
font-weight: 300 !important;
line-height: 1.75 !important;
letter-spacing: 0.025em !important;
background-color: inherit !important;
}
</style>
To:
<style>
.shortBio, .shortBio span {
color: #565656 !important;
font-family: Raleway, Helvetica, sans-serif !important;
font-size: 15px !important;
font-weight: 300 !important;
line-height: 1.75 !important;
letter-spacing: 0.025em !important;
background-color: inherit !important;
}
</style>