.container_mapa {
  margin-top: 60px;
}

.mapa {
  float: left;
  width: 500px;
  height: 500px;
}
  
.resp {
  background: #f1f3f3;
  text-align: center;
  width: 460px;
  height: 500px;
  float: left;
}

.resp h1 {
  padding-top: 10px;
  font-size: 34px;
  font-weight: bold;
  color: #785443;
}

.resp h1:after {
  content: "";
  display: block;
  width: 268px;
  height: 5px;
  background: #785443;
  margin: 6px auto 30px;
}

.resp p {
  font-size: 16px;
  text-align: left;
  margin-bottom: 30px;
  padding: 0 10px;
}

.resp ul {
  font-size: 16px;
  font-weight: bold;
  font-family: Kurale, "Times New Roman", serif;
  text-align: left;
  margin-left: 50px;
  margin-bottom: 30px;
  list-style-position: inside;
  list-style-type: square;
}

.botao {
  outline: 0;
  background: #e9dfd5;
  width: 280px;
  border: 0;
  border-radius: 6px;
  padding: 8px;
  box-sizing: border-box;
  cursor:pointer;
}

.botao:hover {
  color:#FFF;
  background: #879463;
}

.bt_submit {
  margin-top: 30px;
}