.steps__item {}
@media screen and (max-width: 1199px) {
  .steps__item .card-body {
    padding: 1.5rem !important;
  }
  .steps__item .aw-fs-3 {
    font-size: 2.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .steps__item .text-uppercase {
    font-size: .875rem;
  }
}
@media screen and (max-width: 575px) {
  .steps__item .aw-fs-3 {
    margin-bottom: 1rem !important;
    padding-bottom: 0 !important;
  }
}