.outro-section {
    padding-block: var(--container-padding-block);
    text-align: center;
}

.outro-section p {
    color: var(--muted-blue);
    font-weight: 500;
    font-size: 20px;
}

.outro-section h2 {
    margin-top: .5rem;
    margin-bottom: 1rem;
}

.outro-section button {
    margin-top: .5rem;
    margin-bottom: 1rem;
}


@media (max-width: 768px) {
    .outro-section button {
        width: 100%;
    }
}