.images-grid__wrapper{gap:calc(var(--horizontal-spacing)*2)}@media(max-width:992px){.images-grid__wrapper{flex-direction:column!important}}.images-grid__wrapper--title{padding-right:calc(var(--horizontal-spacing)*2);width:40%}@media(max-width:992px){.images-grid__wrapper--title{padding-right:0;width:100%}}.images-grid__wrapper--images{gap:calc(var(--horizontal-spacing)*2);width:60%}@media(max-width:992px){.images-grid__wrapper--images{width:100%}}@media(max-width:576px){.images-grid__wrapper--images{flex-direction:column!important}}.images-grid__wrapper--images .images-column{gap:calc(var(--horizontal-spacing)*2);width:50%}@media(max-width:576px){.images-grid__wrapper--images .images-column{flex-direction:column!important;width:100%}}.images-grid__wrapper--images .images-column .image-item{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.1);width:100%}.images-grid__wrapper--images .images-column .image-item-1,.images-grid__wrapper--images .images-column .image-item-4{min-height:360px}@media(max-width:992px){.images-grid__wrapper--images .images-column .image-item-1,.images-grid__wrapper--images .images-column .image-item-4{min-height:300px}}.images-grid__wrapper--images .images-column .image-item-2,.images-grid__wrapper--images .images-column .image-item-3{min-height:200px}@media(max-width:992px){.images-grid__wrapper--images .images-column .image-item-2,.images-grid__wrapper--images .images-column .image-item-3{min-height:160px}}@media(max-width:576px){.images-grid__wrapper--images .images-column .image-item{min-height:200px!important}}.images-grid__wrapper.center .images-grid__wrapper--images{width:100%}.images-grid.theme-dark{background-color:var(--rgba-dark-theme-colors-primary)}.images-grid.theme-dark .images-grid__wrapper--title *{color:#fff}