.M--clients {
    .clients__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0;
        font-size: 0;
        line-height: 0;
        text-align: center;
        .client {
            display: block;
            position: relative;
            padding: 0 24px 24px;
            width: 50%;
            @media (min-width: $screen-sm) {
                width: 200px;
            }
            @media (min-width: 640px) {
                padding: 0 32px 40px;
            }
            .post__thumbnail {
                margin: auto;
                max-width: 140px;
                .thumbnail__container {
                    background: none;
                    img {
                        max-width: 100%;
                        max-height: 140px;
                    }
                }
            }
            .post__title {
                display: block;
                overflow: hidden;
                font-size: 1.35rem;
                font-weight: 600;
                line-height: 1.45;
            }
        }
    }
    .clients__action {
        display: block;
        margin-top: 0px;
        font-size: 0;
        line-height: 0;
        text-align: center;
    }
}