/**handles:cat-block**/
.vc_column-inner:has(.cat-block),.vc_column-inner:has(.cat-block) .wpb_wrapper{height:100%}.vc_column-inner:has(.cat-block) .wpb_wrapper{margin-bottom:25px}.cat-block{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;background-color:var(--g4s-grey);padding:10px 12px;border-radius:20px;box-shadow:0 3px 3px 1px rgba(0 0 0 / 25%);height:100%;flex-direction:column}.cat-block figure{width:100%;overflow:hidden;border-radius:20px;margin-bottom:0;max-height:250px}.cat-block figure img{object-fit:cover;object-position:center;width:100%;height:100%}.cat-block-content{width:100%}.cat-block-content h3{margin-top:0;color:var(--g4s-red)}.cat-block-content p{margin-bottom:0}.cat-block a{display:block;position:relative;color:#000;width:fit-content;font-size:1.1rem}.cat-block a::after{content:'';background-image:url(/wp-content/themes/G4S/assets/arrow.svg);background-size:contain;background-position:center;background-repeat:no-repeat;height:1rem;width:1rem;display:block;position:absolute;right:-20px;top:3px;filter:brightness(0);transition-duration:.3s}.cat-block a:focus,.cat-block a:hover{color:var(--g4s-red)}.cat-block a:focus::after,.cat-block a:hover::after{right:-30px;filter:unset}@media (min-width:1200px){.cat-block{flex-direction:row}.cat-block figure{width:40%;height:calc(100% - 45px)}.cat-block-content{width:calc(60% - 15px)}}