

.svg-background-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; /* Ensure it is behind the content */
}

.svg-background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}


@media screen and (max-width: 1400px) {
    .svg-background{
        width: 117%;
    }
}
@media screen and (max-width: 1200px) {
    .svg-background{
        width: 140% !important;
    }
}
@media screen and (max-width: 1000px) {
    .svg-background{
        width: 160% !important;
    }
}
@media screen and (max-width: 800px) {
    .svg-background{
        width: 185% !important;
    }
}
@media screen and (max-width: 600px) {
    .svg-background{
        width: 270% !important;
    }
}
@media screen and (max-width: 450px) {
    .svg-background{
        width: 333% !important;
    }
}
