#otrSubpage .mc-box {
    grid-template-columns: repeat(2, 1fr);

    & > *:nth-last-child(1) {
        display: none;
    }
    
    & > *:nth-child(2)::after {
        border-right: none;
    }
}