.services-query ul{
	grid-template-columns: repeat(auto-fill, minmax(min(12rem, 100%), 1fr)) !important;
    container-type: inline-size;
    display: grid;
	margin: 0;
	padding: 30px;
}
.services-query ul li p a:hover, .services-query ul li h2 a:hover, .services-query ul li p a:focus{
	color: #000;
}
.services-query ul li p{
	display: -webkit-box;
  -webkit-line-clamp: 5;   /* show only 3 lines */
  -webkit-box-orient: vertical;
  	overflow: hidden;
}
.services-query ul li p a::after {
	content:'';
	background-image: url(/wp-content/uploads/2025/08/right-angle.svg);
	position: absolute;
	width: 20px;
	height: 30px;
    background-repeat: no-repeat;
    background-position: center;
}