.contacts {
    background-image: url('../img/contacts.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 490px;
    text-align: center;
    color: #fff;
}

.contacts h6 {
    font-size: 4.8em;
    text-transform: uppercase;
}

.contacts p {
    font-size: 2.4em;
    margin: 25px 0;
    line-height: 1.4;
}

