.row.global-element > .row:not(:last-child){
    margin-bottom: 115px;
}

@media only screen and (max-width: 1440px){
    .row.global-element > .row:not(:last-child){
        margin-bottom: 80px;
    }
}