.mab-steps {
  background: #f5f7fa;
  border-radius: 8px;
  padding: 24px 28px;
}

.mab-steps__item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 13px !important;
}

.mab-steps__item + .mab-steps__item {
  margin-top: 16px !important;
}

.mab-steps__number {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  flex: 0 0 28px !important;
  border-radius: 50% !important;
  background-color: #2176c9 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
}

.mab-steps__content {
  min-width: 0;
}

.mab-steps__title {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.mab-steps__description {
  margin-top: 3px;
  color: #5f6368;
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 767px) {
  .mab-steps {
    padding: 20px;
  }
}
