/* HOW TO (BEM) */
.how-to {
  background: #fff;
  margin-bottom: 3rem;
}
.how-to__title {
  color: #1f2937;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2222;
  margin-bottom: 1rem;
}
.how-to__intro {
  color: #4b5563;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.how-to__needs {
  align-items: center;
  background: #f3f4f6;
  border-radius: .5rem;
  color: #1f2937;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
  margin: 1rem 0;
  padding: .25rem 1rem;
}
.how-to__need {
  align-items: center;
  color: #1f2937;
  display: flex;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5714;
  gap: .5rem;
}
.how-to__need-label {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5714;
}
.how-to__need-value {
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5714;
}
.how-to__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
.how-to__step {
  border-radius: .5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  width: 100%;
}
.how-to__media {
  position: relative;
}
.how-to__img {
  border: 1px solid #9CA3AF;
  border-radius: .5rem;
  height: 6.75rem;
  width: 9rem;
  object-fit: cover;
}
.how-to__body {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.how-to__head {
  align-items: center;
  display: flex;
  gap: .5rem;
  justify-content: flex-start;
}
.how-to__badge {
  align-items: center;
  background: #fbbf24;
  border-radius: 50%;
  color: #1f2937;
  display: flex;
  font-size: .75rem;
  font-weight: 400;
  height: 1.5rem;
  justify-content: center;
  line-height: 1.3333;
  min-width: 1.5rem;
  width: 1.5rem;
}
.how-to__step-title {
  color: #1f2937;
  font-size: 1.125rem;
  line-height: 1.5556;
  word-break: break-word;
}
.how-to__step-desc {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.5;
}
.how-to__seo {
  font-size: 1rem;
  display: none;
}