.quick-menu_list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 11px;
}

.quick-menu_item:first-child { border-top: 0px solid #D4DAF0;}
.quick-menu_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
    width: 100%;
    height: 3rem;
    border-top: 1px solid #D4DAF0;
    height: 3.447rem;
    height: 3.447rem;
  }
  .quick-menu_link-icon {
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
  }
  .quick-menu_link {
    color: #222B3F;
    transition: color .08s cubic-bezier(.07, .74, .56, .89);
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 150%;
  }