.format-tabs{grid-template-columns:repeat(5,1fr)}
@media(max-width:900px) and (min-width:651px){.format-tabs{grid-template-columns:repeat(3,1fr)}}
@media(max-width:650px){.format-tabs{grid-template-columns:1fr 1fr}}
