@media screen and (min-width: 992px){
.subpage-title {padding-left: 98px; line-height: 40px; font-size: 16px;}
}
@media screen and (max-width: 991px){
.subpage-title {padding-left: 10px; line-height: 21px; font-size: 14px;}
}
.subpage-title {
    font-family: 'PteSans', 'PteSerif', 'PteSlab';
    text-transform: uppercase;
    background: #003087;
    font-weight: 600;
}
.subpage-title a,.subpage-title a:hover {
	  color: #ffffff;
}