.ims-footer-column .ims-footer-column__heading {
	font-family: 'Montserrat', -apple-system, sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #c8a951;
	margin: 0 0 18px;
	position: relative;
	padding-bottom: 10px;
}

.ims-footer-column .ims-footer-column__heading::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 28px;
	height: 2px;
	background: rgba(255, 255, 255, 0.2);
}
