body {
    background-color: #F7F7F9;
}

.svg_wrapper {
    width: 100%;
    height: 1530px;
    top: 1300px;
    position: absolute;
    overflow-x: hidden;
}

.nursery_detail_svg {
    top: 1300px;
}

.svg_children,
.svg_tree {
    z-index: 0;
    height: auto;
    opacity: 25%;
}

.svg_children {
    width: 600px;
    margin-left: -240px;
}

.svg_tree {
    width: 600px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: -240px;
    transform: rotate(-45deg);
}

.home_tree {
    top: 2500px;
}

.home_svg_wrapper {
    position: absolute;
    top: 68vh;
    z-index: 0;
}

.home_children {
    width: 500px;
    margin-left: -100px;
    height: auto;
    z-index: 0;
}

.svg_children .cls-1 {
    fill: var(--green) !important;
}

@media (max-width: 1600px) {
    .svg_children {
        margin-left: -400px;
    }

    .svg_tree {
        margin-right: -400px;
    }
}

@media (max-width: 1200px) {
    .svg_wrapper {
        display: none;
    }

    .privacy_shift {
        margin-top: 50px;
    }
}

@media (max-width: 950px) {
    .privacy_shift {
        margin-top: 90px;
    }

    .home_children {
        display: none;
    }
}

@media (max-width: 750px) {
    .privacy_shift {
        margin-top: 30px;
    }
}

@media (max-width: 550px) {
    .privacy_shift {
        margin-top: 50px;
    }
}

@media (max-width: 400px) {
    .privacy_shift {
        margin-top: 70px;
    }
}