.how-card {
  margin: 0 auto 4.5rem auto;
  max-width: 50rem;
  position: relative;
}

.how-card .card-body {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 2rem 1rem;
  text-align: center;
}

.how-text {
  max-width: 40rem;
}

.how-below {
  opacity: 0.2;
  bottom: -4rem;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
}

.how-icon {
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 768px) {
  .how-card .card-body {
    padding: 3rem 4rem;
  }
}
