.reviews{
    margin-block: 0vw;
    margin-bottom: 8vw;
}
.its{
    background: url(../images/about-its-background.jpg)center/cover no-repeat;
}
.its__leaf-left1{
    width: 15vw;
    left: 0;
    top: 260%;
}
.its__leaf-left2{
    left: -6%;
    width: 18vw;
    top: 320%;
}
.its__leaf-right1{
    right: 0;
    top: 260%;
    width: 15vw;
    transform: rotate(180deg);
}
.its__leaf-right2{
    right: 0;
    top: 330%;
    position: absolute;
    width: 12vw;
}
@media screen and (min-width: 0px)  and (max-width: 500px){
    .its{
        background: url(../images/about-its-phone-background.jpg)center/cover no-repeat;
    }
}