svg {
    width: 600px;
    height: auto;
}

@media (max-width: 1000px) {
    svg {
        width: 100%;
        height: auto;
    }
}

