div.hb-options__item > .txtblock__header {
	font-weight: 700
}

.hb-options {
	display: flex;
	padding-bottom: 2rem;
	padding: 1rem;
	text-transform: none;
	gap: 2rem;
}

.hb-options__item {
	display: flex;
	flex-direction: column;
	width: 50%;
}

.leftside {
	flex-direction: row;
}

.rightside {
	flex-direction: row-reverse;
}


@media (max-width: 600px) {
	.leftside, .rightside {
		flex-direction: column;
	}

	.hb-options__item {
		width: 100%;
	}

	.hb-options {
		padding: 1rem;
	}
}