/* Style sekcji */
.acf-block-placeholder{
	text-align: center; }

.acf-block-preview .atuty-firmy{
        padding: 3rem 0;
        margin: 0;
        color: var(--light-gray); }
.acf-block-preview .atuty-firmy h2{
        text-align: center; }
.acf-block-preview .atuty-grid{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        max-width: 1600px;
}
@media (min-width: 480px){
        .acf-block-preview .atuty-grid{
                grid-template-columns: 1fr 1fr; }
}
@media (min-width: 800px){
        .acf-block-preview .atuty-grid{
                grid-template-columns: repeat(4, 1fr); }
}

/* Pojedyńcze atuty */
.acf-block-preview .atut-item{
        display: grid;
        justify-content: center; }
.acf-block-preview .atut-item img{
        max-width: 140px;
        margin: 0 auto;
}
