@media (max-width: 1600px) and (min-width: 1024px) {
    body {
        margin-bottom: 10% !important;
    }
}

.row {
    justify-content: flex-start;
    margin-left: 1%;
}