.contact .icon {
  border: 1px solid #ddd;
  width: 100px;
  height: 100px;
  line-height: 115px;
  text-align: center;
  margin: 30px 0 52px 0;
  color: #AD2A30;
}
.contact .icon i {
  font-size: 40px;
}
.contact p {
  margin-bottom: 0;
  color: #010101;
  font-size: 15px;
  line-height: 25px;
}
.contact p a {
  color: #AD2A30;
  text-decoration: underline;
}
.contact p a:hover {
  text-decoration: none;
}
.contact .text {
  margin-bottom: 30px;
}
.contact .title {
  font-size: 25px;
  color: #000;
  margin-bottom: 8px;
}
.go_to {
  font-size: 15px;
  line-height: 25px;
  color: #000;
  border-top: 1px solid #ddd;
  padding: 30px 0;
}
.go_to a {
  margin-left: 16px;
  color: #fff;
  background: #AD2A30;
  display: inline-block;
  padding: 8px 20px 6px 10px;
}
.go_to a:hover {
  background: #000;
}
.go_to a i {
  margin-right: 5px;
}
#mapbox {
  min-height: 400px;
}
