.lottie-widget {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}
/* Các phần tử từ 1 đến 3 (trước phần tử thứ 4) */
.button-play-hover-reverse-left > div:nth-child(-n+3) {
    margin-right: 30px;
}

/* Các phần tử từ thứ 4 trở đi */
.button-play-hover-reverse-left > div:nth-child(n+4) {
    margin-left: 30px;
}
