.image_service_cards{padding:50px 0}.image_service_cards_row{display:flex;flex-wrap:wrap;margin:0 -10px}.image_service_cards_box{margin:10px;width:307px;width:calc(20% - 20px)}.image_service_cards_title{align-items:center;display:flex;flex-wrap:wrap;font-size:16px;font-weight:600;gap:10px;line-height:20px;padding-bottom:20px;text-transform:uppercase;transition:all .4s ease}.image_service_cards_icon svg{display:block;height:18px;width:18px}.image_service_cards_img{border-radius:10px;overflow:hidden;position:relative}.image_service_cards_img img{display:block;filter:grayscale(1);transition:all .4s ease;width:100%}.image_service_cards_box:hover .image_service_cards_title{color:var(--primarycolor)}.image_service_cards_icon svg path{transition:all .4s ease}.image_service_cards_box:hover svg path{fill:var(--primarycolor)}.image_service_cards_box:hover .image_service_cards_img img{filter:opacity(1)}.image_service_cards_box{position:relative}.image_service_cards_link a{display:inline-block;height:100%;left:0;position:absolute;top:0;width:100%}@media(max-width:1200px){.image_service_cards_box{width:calc(25% - 20px)}}@media(max-width:991px){.image_service_cards_box{margin:15px 10px;width:calc(33.33333% - 20px)}}@media(max-width:767px){.image_service_cards_box{width:calc(50% - 20px)}.image_service_cards_img{border-radius:18px}}@media(max-width:600px){.image_service_cards_row{margin:0}.image_service_cards_box{margin:15px 0;width:100%}.image_service_cards_img img{height:300px!important;object-fit:cover}}