.VanGoghReviews {
    position: relative;
}

.VanGoghReviews .VanGoghReview {
    background-color: #f4f7fe;
}

@media (min-width: 630px) {
    .VanGoghReviews__reviews {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .VanGoghReviews .VanGoghReview {
        float: left;
        width: calc(50% - 12px);
        margin-right: 24px;
    }

    .VanGoghReviews .VanGoghReview:nth-child(2n+0) {
        margin-right: 0;
    }
}

@media (min-width: 940px) {
    .VanGoghReviews .VanGoghReview,
    .VanGoghReviews .VanGoghReview:nth-child(2n+0) {
        width: calc(33.33% - 16px);
        margin-right: 24px;
    }

    .VanGoghReviews .VanGoghReview:nth-child(3n+0) {
        margin-right: 0;
    }
}
