.cards-with-labels{display:grid}.cards-with-labels__card{border:1px solid #866e83;border-radius:10px;display:flex;flex-direction:row;gap:20px;padding:40px}.cards-with-labels__card-index{width:44px}.cards-with-labels__card-index-text{align-items:center;background-color:#ded5da;border-radius:5px;display:flex;font-size:20px;font-weight:bolder;height:44px;justify-content:center;width:44px}.cards-with-labels__data{display:flex;flex-direction:column;gap:20px;width:calc(100% - 64px)}.cards-with-labels__title{margin:0}.cards-with-labels__labels{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.cards-with-labels__label{border:1px solid #866e83;border-radius:30px;color:#866e83;font-size:14px;padding:4px 15px}