.passo-m10_cinza {
  background: var(--light-surface-neutral-200, #f1f5f8);
}
.passo-m10_white {
  background: var(--light-surface-neutral-0);
}
.passo-m10_verde {
  background: var(--light-text-accent-300, #4ae07f);
}
.comp-m-10__h2 {
  font-family: var(--title-font-family);
  max-width: 643px;
  color: var(--light-elements-neutral-600, #0c2028);
  line-height: 120%;
  letter-spacing: var(--letter-spacing);
}
.comp-m-10__list {
  max-width: 380px;
}
.comp-m-10__list_item {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(12, 32, 40, 0.5);
}
.comp-m-10__list_item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.comp-m-10__list_number {
  font-family: var(--default-font-family);
  line-height: 100%;
}
.comp-m-10__card_cta {
  display: block;
  padding-top: 22px;
  text-decoration: underline;
}
.comp-m-10__card_cta:hover {
  text-decoration: none;
}
@media (max-width: 945px) {
  .comp-m-10__h2 {
    font-size: 36px;
    font-weight: 800;
    line-height: 94%;
    letter-spacing: var(--letter-spacing);
  }
  .comp-m-10__contents {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
