.bbd-boom-steps {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.bbd-boom-steps.is-full-border-radius {
  border-radius: 20px;
}

{# add text shadow to make the text more readable #}
.bbd-boom-steps .is-text-shadow {
  text-shadow: 1px 1px 2px #000000; 
}

.bbd-boom-steps .custom-col:nth-child(odd) {
  border-right: 1px solid transparent;
}

.bbd-boom-steps .custom-col .card {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.bbd-boom-steps .card-btn {
  font-weight: 500;
}

.bbd-boom-steps .card-btn:hover {
  opacity: 0.8;
}

@media (min-width: 960px) {

  .bbd-boom-steps .custom-col:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }

  .bbd-boom-steps .custom-col:nth-child(odd) .card {
    margin-right: 30px;
  }

  .bbd-boom-steps .custom-col:nth-child(even) .card {
    margin-left: 30px;
  }

  .bbd-boom-steps .custom-col:nth-last-of-type(-n+2):nth-child(odd) .card {
    border-bottom: 1px solid transparent;
  }
  
  .bbd-boom-steps .custom-col:nth-last-of-type(-n+1):nth-child(even) .card {
    border-bottom: 1px solid transparent;
  }


}