.c3000-action {
  padding-top: 46px;
  height: 180px;
}

@media (min-width: 1026px) {
  .c3000-action {
    position: relative;
    padding-top: 67px;
    height: 238px;
  }

  .c3000-shift-left {
    padding-right: 30px !important;
  }
}

.gridline-bottom:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 10%;
  width: 80%;
  border-bottom: 1px solid #979797;
  opacity: 0.38;
}

.gridline-left:before {
  content: '';
  position: absolute;
  top: 10%;
  height: 80%;
  left: 0;
  border-left: 1px solid #979797;
  opacity: 0.38;
}

