.avul_listaservicios {
  list-style: none;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
}

.avli_servicio {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
}

.avdiv_servicio_marker {
    min-width: 5px;
    max-width: 10px;
    display: flex;
  align-items: center;
}
.avdiv_servicio_marker > svg {
    width: 100%;
  }
  .avdiv_servicio_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }