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/SBogers10/ste.komma.pro/resources/sass/5-Components/_components.servicepoint.scss
.c-servicepoint {
	display: flex;
	align-items: center;
}


.c-servicepoint__img {
	flex: none;
	width: 124px;
	margin-right: space(5);
	border-radius: 50%;
	background-color: palette(neutral, 300);

	@include mq($max: 1120) {
		width: 100px;
		height: 100px;
		margin-right: space(3);
	}
}


.c-servicepoint__body {
}


.c-servicepoint__label {
	@include font-size(l);
	@include font-weight(extraBold);
	color: palette(primary, 500);

	@include mq($max: 1120) {
		@include font-size(m);
	}
}


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