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/shop.komma.nl/resources/sass/6-Organisms/_organisms.contact.scss
.o-contact {

}


.o-contact__heading {
	@include font-size(xxl);
	margin-top: 20px;
	margin-bottom: 20px;
}


.o-contact__information {
	& > * + * {
		margin-top: 1.5em;
	}
}


.o-contact__business {
	@include font-size(s);
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px solid palette(neutral, 200);
}


.o-contact__offices {
	margin-top: 1.5em;

	@include mq(400) {
		display: flex;
		justify-content: space-between;
	}
}


.o-contact__office {
	@include mq($max: 400) {
		margin-top: 1.5em;
	}
	@include mq(400) {
		width: calc(50% - 10px);
	}

	& > * + * {
		margin-top: 1em;
	}
}


.o-contact__commercial {
	display: flex;
	flex-wrap: wrap;
	@include font-size(s);
	@include font-weight('regular');

	dt {
		font-weight: 500;
		width: 100px;
	}
	dd {
		width: calc(100% - 100px);
	}
}