.core-massage.bg--gray {
  padding: 50px 0;
}
.core-massage--wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
}
.core-massage--wrapper--entry {
  display: inline-block;
  margin-bottom: 60px;
  top: 0;
  /*
  &:first-child{
      top:220px;
      margin-bottom:660px;
  }
  &:nth-child(2){
      top:440px;
      margin-bottom:440px;
  }
  &:nth-child(3){
      top:660px;
      margin-bottom:220px;
  }*/
}
.core-massage--wrapper--entry .headline {
  margin-bottom: 20px;
  border-bottom: 5px solid;
  position: relative;
  padding-bottom: 10px;
}
.core-massage--wrapper--entry .headline svg {
  transition: fill 0.3s ease;
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -8px;
}/*# sourceMappingURL=core-message.css.map */