.fancy-box1__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid rgba(31, 31, 31, 0.15);
    color: var(--title, #1f1f1f);
    font-size: 20px;
}

.fancy-box1__icon--filled {
    border: none;
    background-color: var(--title, #1f1f1f);
    color: #fff;
}

.fancy-box1__item h6 {
    font-weight: 600;
}
