/* SUBFOOTER */
.subfooter--bg {
    background-image: url("../../images/backgrounds/pallet-handling.437a7fc4829f.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12.5rem 0;
    margin-bottom: 0.625rem;
}

.subfooter {
    margin-top: 2rem;
}

.subfooter .h2 {
    margin: 0 0 1.25rem;
    color: floralwhite;
    font-size: 3.25rem;
    text-shadow: 2px 1px 6px rgb(0, 0, 0);
    text-wrap: balance;
}

@media (max-width: 991px) {
    .subfooter .h2 {
        font-size: 2.75rem;
    }
}

@media (max-width: 480px) {
    .subfooter {
        margin-top: 0;
    }

    .subfooter--bg {
        margin-top: 4rem;
        margin-bottom: 0;
        padding: 7.1875rem 0;
    }
}

@media (max-width: 428px) {
    .subfooter .h2 {
        font-size: 2.375rem;
    }

    .subfooter .btn {
        width: auto;
    }
}

/* @media (max-width: 926px) and (max-height: 428px) {
    .subfooter .h2 {
        font-size: 2.75rem;
    }
}

@media (max-width: 767px) and (max-height: 414px) {
    .subfooter .h2 {
        font-size: 2rem;
    }

    .subfooter .button-home-page {
        width: auto;
        font-size: 1.125rem;
    }
} */