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

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