img.full {
	padding: 0 !important;
	margin: 0 !important;
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
}

.page-products strong,
.page-ai-services strong {
	color: var(--wp--preset--color--primary);
}

.vmpl-ai-services-arrow-container {
	height: 350px;
}

.vmpl-ai-services-arrow-container .image div{
	padding: 0 !important;
	margin: 0 !important;
	height: 350px !important;
}

.vmpl-ai-services-arrow-container .image img{
	padding: 0 !important;
	margin: 0 !important;
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
}

.vmpl-ai-services-arrow-container.left {
	margin-right: 200px;
}

.vmpl-ai-services-arrow-container.right {
	margin-left: 200px;
}

.vmpl-ai-services-arrow-container .arrow {
	position: absolute;
	bottom: -150px;
}

.vmpl-ai-services-arrow-container.left .arrow{
	right: -300px
}

.vmpl-ai-services-arrow-container.right .arrow{
	left: -300px
}

ol.vmpl-ai-services-numbers-list {
	list-style: none;
	counter-reset: item;
	padding-left: 0;
	margin-left: 0;
}

ol.vmpl-ai-services-numbers-list > li {
	position: relative;
	padding-left: 3rem;
	margin-bottom: 1rem;
	counter-increment: item;
}

ol.vmpl-ai-services-numbers-list > li::before {
	content: counter(item);
	position: absolute;
	left: 0;
	top: 0.15em;

	width: 2rem;
	height: 2rem;

	background-color: var(--wp--preset--color--primary);
	color: white;

	display: flex;
	align-items: center;
	justify-content: center;

	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1;
}


ul.vmpl-ai-services-arrow-list,
ol.vmpl-ai-services-arrow-list {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

ul.vmpl-ai-services-arrow-list > li,
ol.vmpl-ai-services-arrow-list > li {
	position: relative;
	padding-left: 3rem;
	margin-bottom: 1rem;
}

ul.vmpl-ai-services-arrow-list > li::before,
ol.vmpl-ai-services-arrow-list > li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.2em;

	width: 30px;
	height: 30px;

	background-image: url('../../images/svgs/list-arrow.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;

	border-radius: 0;
}

.vmpl-products-percent-list strong{
	font-size: 130%;
	color: var(--wp--preset--color--primary);
	margin-right: 10px;
}

.vmpl-other-projects figure.wp-block-image.size-full {
	min-height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.case-study .prose-lg {
	width: var(--container-wide);
	margin: auto;
}
