.tf-list-image-2 {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-list-image-2 .item-image {
    float: left;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-list-image-2:hover .item-image {
    margin-left: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-list-image-2:hover {
    margin-left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-list-image-2 li .image {
    width: 56px;
    height: 56px;
    cursor: pointer;
    overflow: hidden;
    margin-left: -24px;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.tf-list-image-2 li .image img {
    width: 56px;
    height: 56px;
    object-fit: cover;
}

.tf-list-image-2 li .image .text-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: -8px 0px 10px 0px rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 22.4px;
    justify-content: center;
}

.tf-list-image-2 li .name {
    color: #fff;
    padding: 7px 15px;
    opacity: 0;
    border-radius: 5px;
    visibility: hidden;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    bottom: -40px;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.tf-list-image-2 li:hover .name {
    opacity: 1;
    bottom: -35px;
    display: none;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.elementor-widget-tf-list-image.elementor-element.elementor-widget-empty {
    background-color: transparent;
}

.elementor-widget-tf-list-image.elementor-element.elementor-widget-empty
    .elementor-widget-empty-icon {
    display: none;
}

.tf-list-image-2 li.item-image.item-icon {
    width: 56px;
    height: 56px;
    margin-left: -24px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--theme-primary-color);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-list-image-2:hover li.item-image.item-icon {
    margin-left: 0px;
}

.tf-list-image-2 li.item-image.item-icon  {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}