.image-blocks .page-width {max-width: 1060px;}
.image-blocks .image-blocks-wrapper {display: grid;grid-template-columns: 1fr 1fr;gap: 40px;}
.image-blocks .image-title {margin-top: 10px;font-size: 12px;line-height: 16px;font-weight: 300;letter-spacing: 0px;color: #6F6F6F;}

.template-page-einzelhandel-shopfitting .image-blocks .page-width {max-width: var(--page-width);}
.template-page-einzelhandel-shopfitting .image-blocks .block-img.media {aspect-ratio: 1;}

@media screen and (max-width: 749px) {
    .image-blocks .image-blocks-wrapper {grid-template-columns: 1fr;gap: 30px;}
}