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