HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/bomacon/bomacon.nl/resources/sass/site/5-Components/_components.servicePoint.scss
.c-servicepoint {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	margin-top: space(-2);
}

.c-servicepoint__image {
	margin-top: space(2);
	margin-right: space(2);
	border-radius: 100%;
	max-width: 176px;

	@include mq($max: 540) {
		width: 96px;
	}
}

.c-servicepoint__content {
	@include hyphenate;
	flex-grow: 9999;
	min-width: 180px;
	margin-top: space(2);
}

.c-servicepoint__header {

}

.c-servicepoint__body {
	margin-top: space(1);
}

.c-servicepoint__footer {
	margin-top: space(1);
}

.c-servicepoint__heading {
	@include font(base);
	color: palette(text, 500);
	border-radius: 100%;
}

.c-servicepoint__subheading {
	@include font(s);
	color: palette(text, 300);
}