.form-contact {
z-index: 1;
}
.form {
padding: 45px;
border: 3px solid #c0a360;
background: #fff;
}
.form h1 {
text-align: center;
display: block;
font-size:30px;
color: #c0a360;
margin-bottom: 30px;
text-transform: uppercase;
}
.add {
padding: 45px;
}
.add h2 {
text-align: center;
display: block;
font-size:20px;
color: #c0a360;
margin-bottom: 30px;
text-transform: uppercase;
}
.add p {
text-align: center;
font-size: 15px; 
color: #777777;
font-family: 'Open Sans';
margin-bottom: 20px;
}
.add p a {
color: #777777;
text-decoration: none !important;
}
.maps {
   transform: translateX(-17%) translateY(35%);
    z-index: 0;
}

@media screen and (max-width:1190px) {
.maps {
transform: translateX(-10%) translateY(35%);
}
}

@media screen and (max-width: 993px) {
.maps {
    transform: none;
}
.maps iframe {
width: 100% !important;
}
}

@media screen and (max-width: 767px) {
.form-contact, .maps {
   padding:0
}
.add {
    padding: 20px;
}
}

