.image-blocks{display:flex;flex-direction:column;justify-content:space-between}@media (min-width:990px){.image-blocks{flex-direction:row}}.image-blocks .image-block{display:flex;flex-direction:column;height:548px;position:relative;text-align:center;width:100%}.image-blocks .image-block,.image-blocks .image-block:after{transition:all var(--transition-time) var(--transition-type)}.image-blocks .image-block:after{background-image:var(--background-image);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";inset:0;position:absolute;z-index:-1}@media (min-width:990px){.image-blocks .image-block:after{filter:brightness(.6)}.image-blocks .image-block:focus,.image-blocks .image-block:hover{width:150%}.image-blocks .image-block:focus:after,.image-blocks .image-block:hover:after{filter:brightness(1)}}.image-blocks .image-block:first-of-type:has(>:hover)~.image-block:last-of-type:after{filter:brightness(.4)}.image-blocks .image-block:has(~.image-block:hover):after{filter:brightness(.4)}.image-blocks .wrapper{align-items:center;display:flex;flex-direction:column;gap:var(--space-4);height:100%;justify-content:center}.image-blocks .title{color:var(--white);text-transform:uppercase}