.bg-parallax {
    position: relative;
    background-image: url("../img/rastreio.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

.rastreio-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    max-width: 760px;
    margin: 0 auto;
}

.rastreio-title span {
    display: block;
}

.rastreio-link {
    min-width: 280px;
    width: auto !important;
    padding: 0.9rem 1.15rem;
    box-shadow: 0 10px 24px rgba(198, 40, 40, 0.22);
}

@media screen and (max-width: 991px) {
    .rastreio-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .rastreio-link {
        min-width: 0;
        width: 100% !important;
    }

    .rastreio-title span {
        max-width: 14rem;
        margin: 0.25rem auto 0;
    }
}
