.begard-hp-center-location__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.begard-hp-center-location__label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 600;
}

.begard-hp-center-location__select {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.begard-hp-center-location__row {
		grid-template-columns: 1fr;
	}
}
