@media screen and (min-width: 300px) and (max-width: 768px) {
    .background_image svg {
        display: block;
        bottom: -5px;
    }

    .background_image {
        position: unset;
    }
    .Left_leaves,.Right_leaves{
        display: block;
    }
    .Left_leaves {
        bottom: 8%;
        max-width: 150px;
    }
    .Left_leaves img{
        display: block;
    }
    .Right_leaves img {
        display: block;
        max-width: 130px;
    }
    .Right_leaves {
        bottom: 14px;
    }
}
@media screen and (min-width: 601px) and (max-width: 660px) {
    .background_image svg {
        bottom: 10px;    
    }
}
@media screen and (min-width: 480px) and (max-width: 600px) {
    .Left_leaves {
        bottom: 3%;
        max-width: 150px;
    }
    .Right_leaves {
        bottom: 0px;
    }
}

@media screen and (min-width: 300px) and (max-width: 480px) {
    .Left_leaves {
        bottom: 2%;
        max-width: 100px;
    }
    .Right_leaves{
        bottom: 0px;
    }
    .Right_leaves img {
        max-width:80px;

    }
}
