@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.locations_sec {
  margin-top: var(--headerheight);
}
.locations_sec .heading {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 768px) {
  .locations_sec .heading {
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 540px) {
  .locations_sec .heading {
    margin: 0 auto 30px;
  }
}
.locations_sec .main_wrapper .devision_col:not(:last-child) {
  margin-bottom: 60px;
}/*# sourceMappingURL=locations.css.map */