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/otium.komma.nl/resources/sass/6-Organisms/_organisms.quote.scss
.o-quote {
	@include contain;
}


.o-quote {
	@include mq(m) {
		display: flex;
	}
}


.o-quote__body {
	@include owl-children(space(3));

	@include mq(m) {
		width: column(5);
		margin-left: column(1);
	}
}


.o-quote__picture {
	display: block;

	@include mq($max: m) {
		margin-top: space(4);
	}

	@include mq(m) {
		width: column(4);
		margin-left: column(1);
		margin-right: column(1);
	}
}


.o-quote__img {
	display: block;
	margin: 0 auto;
}


.o-quote__text {
	@include font(m);
	quotes: '\201c' '\201d';

	&::before { content: open-quote; }
	&::after  { content: close-quote; }
}


.o-quote__heading {
	@include font(base);
	color: palette(neutral, 1000);

	&::before {
		content: '- ';
	}
}


.o-quote__subheading {
	@include font(s);
	color: palette(neutral, 500);
}