@media only screen and (max-width: 1200px) {
    article#collaboration {
        margin-top: 30px;
    }
    
    article#collaboration h4 {
        font-size: 18px;
    }

    ul.style-arrow {
        gap: 6px;
    }
    
    ul.style-arrow li,
    p,
    a {
        font-size: 16px !important;
    }

    p {
        flex-wrap: wrap;
    }

    .picture.right,
    .picture.left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 36px;
    }

    .picture.right img
    {
        width: 100%;
        height: auto;
    }

    .picture.left img {
        display: none;
    }

    .collaboration__wrapper {
        min-width: 100%;
    }

    .block {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .block .picture img {
        min-width: 100%;
    }
}