    @media screen and (min-width: 1260px) {
        .sh-cooperation-bullets {
            padding: 48px 0px;
            display: grid;
            grid-template-columns: repeat(12, 1fr);
        }

        .sh-cooperation-bullets-content {
            grid-column: 1 / 13;
        }

        .sh-cooperation-bullets-content {
            display: flex;
            gap: 20px;
        }
    }