.process {
    background-image: url(../images/bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .process-item {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 56px 20px;
    border: 1px solid #bf0a30;
    border-radius: 50px;
    background: rgba(0,0,0,0.5);
  }
  .process-item span.number {
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    width: 86px;
    height: 86px;
    border-radius: 50%;
    line-height: 86px;
    text-align: center;
    border: 1px solid #bf0a30;
    font-size: 78px;
    font-weight: 800;
    font-family: "Alumni Sans", sans-serif;
  }
  .process .row > div:not(:last-child) .process-item {
    margin-bottom: 80px;
  }
  
  @media (min-width: 992px) {
    .process .row > div:not(:last-child) .process-item {
      margin-bottom: 0;
    }
  }