.icon-ft1-wrapper {
    transition: transform 0.2s ease-in-out;
}

.icon-ft1-wrapper:hover {
    transform: scale(1.05);
}

.icon-ft1-circle svg {
    width: 100%;
    height: 100%;
    display: block;
}
