/* HOW WE (BEM) */
.how-we {
  padding: 2rem 1rem;
  width: 100%;
}
.how-we__title {
  color: #1f2937;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.2222;
  margin-bottom: 1.5rem;
}
.how-we__intro {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
.how-we__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.5rem 0;
}

.how-we__item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: auto;
}
.how-we__media {
  align-items: center;
  display: flex;
  justify-content: center;
}
.how-we__img {
  aspect-ratio: 4 / 3;
  border-radius: .375rem;
  height: auto;
  object-fit: contain;
  width: 6.75rem;
}
.how-we__body {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  width: 100%;
}
.how-we__head {
  align-items: center;
  display: flex;
  gap: .5rem;
}
.how-we__badge {
  align-items: center;
  background: #fbbf24;
  border-radius: 150px;
  display: flex;
  justify-content: center;
  height: 1.5rem;
  min-width: 1.5rem;
  width: 1.5rem;
}
.how-we__step {
  color: #000 !important;
  font-size: .75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.how-we__item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #1F2937;
}
.how-we__content {
  display: flex;
}
.how-we__content p {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #4B5563;
  order: 2;
  text-align: left;
}
.how-we__content img {
  order: 1;
  text-align: center;
  padding-bottom: 20px;
}
.how-we__content ul li {
  position: relative;
  padding-left: 10px;
}
.how-we__content ul li:before {
  display: block;
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #FBBF0E;
  top: 11px;
  left: 0px;
}