.mr-grid {
    display: flex;
    flex-wrap: wrap;
}

.mr-grid__item {
    width: 50%;
}