#documents {
    scroll-behavior: smooth;
    scroll-margin-top: 101px;
}

.documents__image{
    width: 50%;
}
@media (width < 901px){
    .documents__image{
        width: 75%;
    }
}
@media (width < 501px){
    .documents__image{
        width: 100%;
    }
}