.footerCenter {
    text-align: center;
    padding-top: 30px;
}
.footerTitles {
    font-size: 26px;
    color: #fff;
}
.footerSubs p {
    margin-bottom: 5px;
}
.footerOrangeDots {
    color: #F98C56;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 5px;
}

.footerSubs p a:link  {
  text-decoration: none !important;
  color: #fff !important;
}

.footerSubs p a:visited   {
  color: #fff !important;
}

.footerSubs p a:hover {
  color: rgb(2,139,255) !important;
}


@media screen and (max-width:768px) {
    .footerCenter {
        /*padding-top: 30px;*/
    }
    .footerSubs {
        padding-bottom: 10px;
    }
}