section.infoblock .item {
    border-radius: var(--box-radius);
    overflow: hidden;
}
section.infoblock.columnView .item {
    border-radius: 0;
}