.documents {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.documents > h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 100px;
    margin-top: 0;
    padding-top: 0;
    width: 100%;
}

.text {
    font-size: 14px;
    margin-bottom: 100px;
}

@media screen and (max-width: 1300px) {
    .documents > h2 {
        margin-bottom: 50px;
    }
}