.contact {

}

.contact > h2 {
    font-weight: bold;
    letter-spacing: 1px;
    cursor: default;
    color: #E32B56;
}

.contact > hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 4px solid #eee;
}

.contact > .text {
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: default;

}


#map {
    height: 500px !important;
    width: 100%;
    margin-top: 30px;
}