.list-give-steps {
    padding: 1em 1.5em
}

.item-give-steps {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33%
}

.item-give-steps a {
    text-decoration: none;
    border-bottom-style: none;
}

.item-give-steps.give-step-2 {
    text-align: center
}

.item-give-steps.give-step-3 {
    text-align: right
}

.block-give-steps {
    position: relative;
    display: inline-block;
    font-size: 1.3em;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase
}

.block-give-steps:before {
    position: absolute;
    top: 50%;
    height: 4px;
    content: ''
}

.give-step-1 .block-give-steps:before {
    display: none
}

.give-step-2 .block-give-steps:before,.give-step-3 .block-give-steps:before {
    width: 110%;
    left: -108%
}

.num-give-step {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    padding: 0;
    margin-right: .25em;
    font-size: 1.143em;
    font-weight: bold;
    line-height: 2em;
    text-align: center
}

.num-give-step:after {
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    display: block;
    border: 3px solid;
    border-radius: 50%;
    content: ''
}

.text-give-steps {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-right: 1em;
}
@media only screen and (max-width: 50em) {
  .item-give-steps {
    text-align: left;
    width: 32%;
  }

  .item-give-steps.give-step-2 {
      text-align: left
  }

  .item-give-steps.give-step-3 {
      text-align: left
  }

  .block-give-steps {
      font-size: 1em
  }

  .block-give-steps:before {
      display: none
  }

  .num-give-step {
      margin: .25em .25em .25em 0
  }
}
@media only screen and (max-width: 38em) {
  .item-give-steps {
    display: block;
    width: 100%
  }

  .item-give-steps.give-step-2,.item-give-steps.give-step-3 {
    text-align: left
  }
  .block-give-steps {
    font-size: 1.5em
  }
}
