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/SBogers95/rentman.io/resources/assets/sass/site/6-Organisms/_organisms.tiles.scss
.o-tiles {}


.o-tiles__label {
	@include font-family(primary);
	font-size: 1.125rem;
	font-weight: bold;
	color: palette(primary);
	text-align: center;
	margin-bottom: 8px;
}


.o-tiles__title {
	@include font-family(primary);
	font-size: clamp(32px, 5vw, 40px);
	line-height: 1.2;
	font-weight: bold;
	color: palette(dark);
	text-align: center;
}


.o-tiles__grid {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 24px 16px;
	justify-content: center;

	& > * {
		flex: 1 1 320px;
		max-width: 432px;
	}

	* + & {
		margin-top: clamp(32px, 5vw, 72px);
	}
}