#contact-wrapper {
    background: rgba(229, 255, 189, 0.85);
    max-width: 860px;
    height: 430px;
    margin: 0 auto;
}

#map-wrapper {
    width: 50%;
    height: 100%;
    float: left;
}

#data-wrapper {
    width: 50%;
    float: right;
}

.address {
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    background: rgb(50, 50, 50);
}

.address > span {
    font-family: 'Roboto', sans-serif;
    font-size: 18pt;
    font-weight: 100;
    color: white;
}

.phones {
    padding: 30px 30px;
}

.phones > span {
    font-family: 'Roboto', sans-serif;
    font-size: 13pt;
    font-weight: 300;
    color: black;
    color: rgb(10, 10, 10);
}