.add-fee-link {
	color: #493610;
	text-decoration: underline;
}
dl dt, dl dd {
	padding: 0.5rem;
	margin: 0;
}

.price-grid {
	display: grid;
	grid-template-columns: 30% 35% 35%;
	width: 100%;
}

.price-grid > div {
	border: 1px solid #dee2e6;
	padding: 0.75rem 1rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.border-bottom-white-1px {
	border-bottom: 1px solid #ffffff!important;
}

.label {
	text-align: left;
	justify-content: flex-start;
}

.cols-2 {
	grid-template-columns: 30% 35%;
}

@media (max-width: 786px){
	.text-md-1p5rem{
		font-size: 1.5rem;
	}
}
