.contact-info-grid-af8fd0ac {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 20px;
}

.cig-item-af8fd0ac {
	flex: 1 1 0;
	padding: 0 30px;
	border-right: 1px solid #e2e2e2;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.cig-item-af8fd0ac:first-child {
	padding-left: 0;
}

.cig-item-af8fd0ac:last-child {
	border-right: none;
	padding-right: 0;
}

.cig-icon-af8fd0ac {
	margin-bottom: 20px;
	color: #004a99;
	font-size: 24px;
	display: inline-flex;
}

.cig-icon-af8fd0ac svg {
	width: 24px;
	height: 24px;
	fill: #004a99;
}

.cig-subtitle-af8fd0ac {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #333;
	margin-bottom: 8px;
	font-weight: 500;
}

.cig-title-af8fd0ac {
	font-size: 18px;
	color: #111;
	line-height: 1.4;
}

@media (max-width: 1024px) {
	.contact-info-grid-af8fd0ac {
		gap: 30px;
	}
	.cig-item-af8fd0ac {
		flex: 1 1 calc(50% - 15px);
		padding: 0;
		border-right: none;
	}
}

@media (max-width: 767px) {
	.cig-item-af8fd0ac {
		flex: 1 1 100%;
		border-right: none;
		border-bottom: 1px solid #e2e2e2;
		padding-bottom: 20px;
	}
	.cig-item-af8fd0ac:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
}
