.view-all {
  position: relative;
  text-align: center;
  padding-bottom: 24px;
  .line {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: $mint;
    z-index: 3;
  }
  .scroll-button {
    font-size: 9px;
    line-height: 10px;
    font-weight: bold;
    background-color: $mint;
    color: white;
    padding: 2px 17px 2px;
    border-radius: 14px;
    display: inline-block;
    position: relative;
    z-index: 4;
  }
}