.section-space {
    background-image: url('../images/rilievo-su-google-earth-tpad-strumenti-topografici.webp');
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 60px 0;
    color: white;
    min-height: 360px;
}

.section-space::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section2_columns_rilievo-container {
    position: relative;
    z-index: 2;
}

.section-space .label {
    color: white !important;
}