.acweb-bloque,
.acweb-bloque *,
.acweb-bloque *::before,
.acweb-bloque *::after {
	box-sizing: border-box;
}

.acweb-bloque {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 18px;
	gap: 20px;
	background: #f5f3ee;
}

.acweb-bloque__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 76px;
	padding: 20px 24px;
	column-gap: 24px;
	background: #fff;
	border: 1px solid #e4e2de;
	border-radius: 10px;
}

.acweb-bloque__left {
	flex: 1 1 0%;
	min-width: 0;
	color: #111;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.acweb-bloque__right {
	display: flex;
	flex: 0 1 auto;
	max-width: 42%;
	min-width: 0;
	flex-direction: column;
	align-items: flex-end;
	gap: 2px;
	text-align: right;
}

.acweb-bloque__primary,
.acweb-bloque__secondary {
	max-width: 100%;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.acweb-bloque__primary {
	color: #d09a24;
	font-size: 17px;
	font-weight: 500;
}

.acweb-bloque__secondary {
	color: #9a928b;
	font-size: 15px;
	font-weight: 400;
}

@media (max-width: 767px) {
	.acweb-bloque__item {
		padding: 16px 18px;
		column-gap: 12px;
	}

	.acweb-bloque__right {
		max-width: 38%;
	}

	.acweb-bloque__left {
		font-size: 16px;
	}

	.acweb-bloque__primary {
		font-size: 16px;
	}

	.acweb-bloque__secondary {
		font-size: 14px;
	}

	.acweb-bloque-stack-mobile-yes .acweb-bloque__item {
		align-items: flex-start;
		flex-direction: column;
		row-gap: 10px;
	}

	.acweb-bloque-stack-mobile-yes .acweb-bloque__right {
		align-items: flex-start;
		flex-basis: auto;
		width: 100%;
		text-align: left;
	}
}
