brm-step {
  display: flex;
  flex-direction: column;
}
.brm-step-0 {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--radius);
  margin-bottom: 1rem;
}
.brm-step-1 {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.brm-step-2 {
  width: 4rem;
  height: 4rem;
  background-color: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.brm-step-3 {
  font-size: 1.5rem;
  color: var(--color-text-white);
  font-weight: 700;
}
.brm-step-4 {
  flex: 1;
  min-width: 0;
}
.brm-step-5 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
