.disposition{
    width: 33%;
    margin-top: 10px;
    color: white;
    filter: contrast(0.5);
    height: 40vh;
}
.image1{
    background: url('/image/microsoft-365-oUbzU87d1Gc-unsplash.jpg');
}
.image2{
    background: url('/image/docusign-7RWBSYA9Rro-unsplash.jpg');
}
.image3{
    background: url('/image/andreas-bentele-QjXrcLOHwyI-unsplash.jpg');
}
.position{
    width: 100%;
    display: flex;
}
@media screen and (max-width:700px) {
    .disposition{
        width:90%;
    }
}