@media (min-width: 48rem) {
    .pass__comparison-container {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        width: 1280px;
        max-width: 1280px;
        gap: 0;
    }

    .pass__comparison-container:has(> :only-child) {
        justify-content: center;
    }
}