
.block-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    flex-wrap: wrap;
    gap: 8px;
}
.block-title {
    display: flex;
    align-items: center;
    gap: 8px;
}
.block-extra {
    font-size: 12px;
    color: #7c7a8a;
}
.block-title h2 {
    font-size: 17px;
    font-weight: 600;
    color: #14171e;
    letter-spacing: -.005em;
}
.block-title .ico {
    width: 20px;
    height: 20px;
    color: #6366f1;
    display: flex;
    align-items: center;
    justify-content: center;
}
