@media (min-width: 1024px) {
    .custom-container {
        display: grid;
        grid-template-columns: 1fr 2fr;
    }
}

#svg17 {
    animation: pulse 2000ms infinite;
}

#svg18 {
    animation: pulse 2000ms infinite;
}

#svg19 {
    animation: rotate-second 10s infinite;
}

#svg20 {
    animation: rotate-second 10s infinite;
}

#svg21 {
    animation: pulse 2000ms infinite;
}

#svg22 {
    animation: pulse 1500ms infinite;
}

#svg23 {
    animation: pulse 2000ms infinite;
}

#svg24 {
    animation: move-right-top 2000ms infinite;
}

#svg25 {
    animation: move-left-top 2000ms infinite;
}

#svg26 {
    animation: move-right-bottom 2000ms infinite;
}

#svg27 {
    animation: rotate-second 10s infinite;
}