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/Neopoints/momsecurity.be/resources/sass/6-Organisms/_organisms.textImage.scss
$o-text-image-bp1: m;
$o-text-image-bp2: l;


.o-text-image {
	@include contain;
	position: relative;

	@include mq($o-text-image-bp1) {
		display: flex;
		justify-content: space-between;
	}
}


.o-text-image__description {
	margin-bottom: space(5);

	p, ul {
		max-width: 480px;
	}

	@include mq($o-text-image-bp1){
		width: column(5.5);
		margin-bottom: 0; // reset
	}
}


.o-text-image__visual {
	@include mq($o-text-image-bp1) {
		width: 50%;
	}
}


// Modifier for reversing: Image first, then text
.o-text-image--is-reversed {
	@include mq($o-text-image-bp1) {
		flex-direction: row-reverse;
	}
}