h2 {
    color: #ffffff;
    font-size: 33px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin-bottom: 30px;
}
.top-contact {
    color: #ffffff;
    opacity: 0.8;
    font-size: 16px;
    text-align:right;
}
.top-contact a {font-size: 18px;}
.contacts,
a[href^=tel] {
    color: #ffffff;
    font-size: 20px;
}
.contacts p {margin-bottom: 30px;}
@media screen and (max-width: 960px) {
   h2 {
       text-align: center;
   } 
}