.button-primary {
    height: 54px;
    width: 345px;
}

.section-home {
    height: auto;
}

.background-header {
    background: url('/images/data-management/about/header-mobile.webp') no-repeat center bottom;
    background-size: cover;
    height: 50vh;
    margin-top: 70px;
    min-height: auto;
}

.footer-distributed > .row {
    border-top: none;
}

@media screen and (min-width: 1200px) {

    .section-home {
        margin-top: 70px;
        height: calc(100vh - 70px);
    }

    .background-header {
        background: url('/images/data-management/about/header.webp') no-repeat 0% 0%;
        background-size: contain;
        height: calc(100vh - 85px);
        margin-top: 0;
    }
}

