.localions {
  width: 100%;
  background: #fff;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 80px;
}

.locations-content {
  max-width: 1170px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.locations-content__title {
  text-align: center;
  margin-bottom: 20px;
}
.locations-content__title h5 {
  font-size: 30px;
  font-weight: 400;
}
.locations-content__text p {
  color: #898989;
  text-align: center;
  line-height: 1.5;
}

/*# sourceMappingURL=locations.css.map */
