    @media screen and (min-width: 1260px) {
        .cooperation-forms-list {
            display: flex;
            gap: 24px;
            padding: 40px 0px;
        }

        .cooperation-forms-list .custom-checkbox {
            width: 30px !important;
        }

        .cooperation-forms-image {
            width: 100%;
            height: 140px;
            background-size: cover;
            background-position: center;
        }
    }