[data-content-key="help_page-ozzmodz_badges"] {
.contentRow-figureIcon {
img {
width: 200px; /// change 200px as required ///
}
}
.badge-category {
.block-body {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /// change 300px as required ///
grid-gap: 6px;
.block-row.block-row--separated {
padding-top: 24px;
border-radius: 0px;
}
.contentRow {
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
.contentRow-figure {
margin-bottom: 10px;
}
.contentRow-main {
padding-left: 0px;
}
}
}
}
}