@media (min-width: 1024px) {
    .custom-container {
        display: grid;
        grid-template-columns: 1fr 2fr;
    }
}

#svg1 {
    animation: rotate 10s infinite;
}

#svg2 {
    animation: rotate 10s infinite;
}

#svg3 {
    animation: rotate 10s infinite;
}

#svg4 {
    animation: move-left-bottom-second 2000ms infinite;
}

#svg5 {
    animation: rotate 10s infinite;
}

#svg6 {
    animation: rotate 10s infinite;
}

#svg7 {
    animation: rotate 10s infinite;
}

#svg9 {
    animation: rotate 10s infinite;
}

#svg10 {
    animation: rotate 10s infinite;
}

#svg11 {
    animation: move-right-bottom-second 2000ms infinite;
}

#svg12 {
    animation: move-left-top-second 2000ms infinite;
}

#svg13 {
    animation: rotate 10s infinite;
}

#svg14 {
    animation: rotate 10s infinite;
}

#svg15 {
    animation: rotate 10s infinite;
}

#svg16 {
    animation: move-right-top-second 2000ms infinite;
}
