/* Responsive grid v.1.3.2 */

.flexBlock {
display: flex;
flex: 1 0 auto;
flex-wrap: wrap;
gap: 10px;


justify-content: center;

justify-content: center;
align-items: center;
text-align: center;

margin: 9px;

}

.item {
display: flex;
flex: 1 0 auto;
flex-basis: auto;
flex-direction: column;


flex-basis: 65px;
font-size: x-small;



min-height: 100%; 
width: 100%;
max-width: 200px;

width: auto;
max-width: 100%;
min-width: 1fr;

max-width: 65px;


gap: 0;
}
