.bs-profit-minimum {
	margin: 0 0 1.25rem;
	padding: 1rem;
	border: 1px solid #d9e1ea;
	border-radius: 12px;
	background: #f7f9fc;
	color: #10233f;
}

.bs-profit-minimum__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: .65rem;
}

.bs-profit-minimum__head strong {
	font-size: .95rem;
	letter-spacing: .01em;
}

.bs-profit-minimum__head span {
	font-weight: 700;
	white-space: nowrap;
}

.bs-profit-minimum__track {
	height: 8px;
	overflow: hidden;
	border-radius: 999px;
	background: #dfe6ef;
}

.bs-profit-minimum__track span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: #f28c18;
}

.bs-profit-minimum p {
	margin: .65rem 0 0;
	font-size: .88rem;
}

@media (max-width: 480px) {
	.bs-profit-minimum {
		padding: .85rem;
	}

	.bs-profit-minimum__head {
		align-items: flex-start;
		flex-direction: column;
		gap: .25rem;
	}
}
