.contact{
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

#map {
    width: 100%;
    height: 600px;
    margin-bottom: 60px;
}

.contact .locationInfo{
  padding: 10px;
  padding-right: 15px;
}

.contact .title{
  font-size: 18px;
  margin-bottom: 5px;
}

.contact p{
  font-size: 14px;
  line-height: 18px;
}

.contact p:first-of-type{
  margin-bottom: 10px;
}

.contact p a{
  color: black;
}
