.vc_do_toggle {
  margin-bottom: 0 !important;
  border: 1px solid;
  border-bottom-width: 0;
  padding: 10px 14px 10px 0px;
  &.last-child {
    border-bottom-width: 1px !important;
  }
}

i.vc_toggle_icon {
  right: 0 !important;
  left: auto !important;
}

.vc_toggle_size_md .vc_toggle_icon::before {
  height: 4px !important;
  width: 16px !important;
  background-color: var(--verde1) !important;
}

.vc_toggle_size_md .vc_toggle_icon::after {
  height: 16px !important;
  width: 4px !important;
  background-color: var(--verde1) !important;
}

.has-faq .vc_do_toggle:last-child {
  border-bottom-width: 1px !important;
}