@import url(../css/inspeccion-viviendas.css);

.inspeccion-home {
    width: 100%;
    height: 100vh;
    background:linear-gradient(rgba(255,255,255,.2), rgba(255,255,255,.6)) ,url(../recursos/home-asbesto.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inspeccion-home .inspeccion-home-container .inspeccion-home-container-title .text{
    font-size: 1.2rem;
}
