.blb-opcoes {
  margin: 40px 0;
}

.blb-opcoes-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.blb-opcoes-items .blb-opcao {
  position: relative;
  padding-bottom: 20px;
}

.blb-opcoes-items .blb-opcao:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: -10px;
  border-left: 1px dashed #d4d4d4;
}
