/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 16 2026 | 13:28:32 */
.neoweb-contact-info {
	width: 100%;
}

.neoweb-contact-info-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 20px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(16, 17, 23, 0.14);
}

.neoweb-contact-info-label {
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	color: #101117;
}

.neoweb-contact-info-value {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.35;
	color: #646464;
	text-align: right;
}

.neoweb-contact-info-value a {
	color: inherit;
	text-decoration: none;
}

.neoweb-contact-info-value a:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.neoweb-contact-info-row {
		grid-template-columns: 1fr;
		row-gap: 6px;
	}

	.neoweb-contact-info-value {
		text-align: left;
	}
}