.divBg2{
    background-image: url("../images/bgflorm.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1;
    opacity: 40%;
    top: 0;
}

@media (min-width:1024px) {
.divBg2{
    background-image: url("../images/bgflor.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 140vh;
    position: fixed;
    z-index: -1;
    opacity: 30%;
    top: 0;
}
}