.downloads-root {
    position: relative;
    display: flex;
    flex-direction: column;

    height: auto;
    width: calc(100% - 22rem) !important;
    margin: 2rem 11rem 5rem 11rem;
}

@media (max-width: 992px) {
    .downloads-root {
        width: calc(100% - 2rem) !important;
        margin: 2rem 1rem 1rem 1rem;
    }
}