.breadcrumbs { margin-bottom: 40px; display: flex; align-items: center; gap: 8px; span, a { display: flex; align-items: center; font-size: 14px; font-weight: 400; line-height: 150%; } a { gap: 8px; color: rgb(72, 159, 225); img { width: 16px; height: 16px; } } span { color: rgb(50, 48, 58); } }