.custom-ac-vit {
	padding: 80px 0 40px;
}
.custom-ac-vit .vit-text-custom-ac h2 {
	font-family: 'Rubik', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: -0.03em;
	color: #242424;
	margin: 0 0 24px;
}

.custom-ac-vit .vit-text-custom-ac p,
.itemicon div p {
	font-family: 'Rubik', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.02em;
	color: #666666;
	margin: 0 0 24px;
}

.itemicon {
	padding: 32px 0;
	border-bottom: 1px solid #E2E2E2;
	display: flex;
	align-items: center;
}

.itemicon:last-child {
	border: none;
}

.itemicon figure {
	min-width: 60px;
	max-width: 60px;
	height: 36px;
	padding-right: 24px;
}

.itemicon div h5 {
	font-family: 'Rubik', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: -0.02em;
	color: #242424;
	margin: 0 0 4px;
}

.itemicon div p {
	margin: 0;
}

@media screen and (min-width: 768px) {
	.gridicons-custom-ac {
		display: grid;
		grid-template-columns: repeat(2, 50%);
	}
	.itemicon {
		padding-right: 32px;
	}
	.itemicon:nth-child(7) {
		border: none;
	}
}

@media screen and (min-width: 1024px) {
	.custom-ac-vit .container {
		max-width: 838px;
	}
}

@media screen and (min-width: 1200px) {
	.custom-ac-vit .container {
		max-width: 1260px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.vit-text-custom-ac {
		max-width: 354px;
		min-width: 354px;
		padding-right: 24px;
	}
	.custom-ac-vit .vit-text-custom-ac p, .itemicon div p {
		margin: 0;
	}
}

@media screen and (min-width: 1400px) {
	.vit-text-custom-ac {
		max-width: 502px;
		min-width: 502px;
		padding-right: 125px;
	}
}