.items-grid-module .items-wrapper{display:grid;grid-template-columns:repeat(3,1fr)}.items-grid-module .item{aspect-ratio:4/3;overflow:hidden;position:relative}.items-grid-module .item:hover .background-holder{filter:blur(var(--hover-blur,8px));transform:scale(1.2)}.items-grid-module .item:hover .inner-mask,.items-grid-module .item:hover .text-holder{opacity:1}.items-grid-module .item:hover span{font-size:32px}.items-grid-module .background-holder{background-position:50%;background-size:cover;height:100%;left:0;position:absolute;top:0;transition:all .2s ease-in-out;width:100%;z-index:2}.items-grid-module .text-holder .inner-mask{height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:2}.items-grid-module .text-holder span{color:#1d2859;font-size:24px;font-weight:700;position:relative;transition:all .2s ease-in-out;z-index:4}.items-grid-module .text-holder{align-items:center;display:flex;height:100%;justify-content:center;left:0;opacity:0;padding:20px;position:absolute;text-align:center;top:0;transition:all .2s ease-in-out;width:100%;z-index:4}@media(max-width:1023px){.items-grid-module .items-wrapper{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.items-grid-module .items-wrapper{grid-template-columns:repeat(1,1fr)}.items-grid-module .text-holder span{font-size:24px!important}}