.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  background-color: #0792e4;
  color: white;
  margin-top: 20px;
}
.title {
  font-size: 20px;
  font-weight: 600;
}
.sale-container li {
  padding-top: 5px;
  padding-bottom: 5px;
  list-style: none;
}
.service-container {
  padding-top: 20px;
}
.service-container h2 {
  text-align: center;
}
.service-container p {
  text-align: center;
}
.company-info-container {
  padding-top: 20px;
}
.company-info-container li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  /*height: 40px;
    line-height: 40px;*/
}
.map-wrapper {
  margin: 0 auto;
}
.map-wrapper img {
  width: 50px;
  height: 50px;
}
.map-wrapper #map-container {
  width: 100%;
  height: 450px;
  margin: 10px auto;
}


#info-window h4 {
  font-weight: 600;
  font-size: 16px;
  color: #0c79b1;
  padding: 0;
  margin: 0;
}
#info-window p {
  font-size: 14px;
  padding: 0;
  margin: 0;
}
