.container {
    display: flex;
    flex-direction: row-reverse;
    gap: 50px;
    max-width: 1200px;
    margin: auto;
    margin-top: 20px;
}

.desktop-6 {
    width: 47.9166666666666667%;
}