.handmade-section .bg-image-left {
    position: absolute;
    top: 18%;
    left: -165px;
    width: 310px;
    height: auto;
    z-index: 0;
    opacity: 0.2;
    pointer-events: none;
    animation: rotate-slow 25s linear infinite;
    transform-origin: center center;
}

.handmade-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
}