.list-documents__lists {
    display: flex;
    flex-direction: column;
    color: #fff;
}
.list-documents__title {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
.list-documents__info {
    margin-bottom: 1.5rem;
}
@media screen and (min-width:768px) and (max-width:980px) {
    .footer .widget {
        width: 33% !important;
    }
}
@media screen and (max-width:640px) {
    #media_image-2 {
        text-align: left !important;
    }
}

.list-documents__logo {
    margin-top: 20px;
}