.cykelintro {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}

h2.cykel {
	margin-top: 3rem;
	font-size: 1.4rem;
}

.cykeltriplet {
	container-type: inline-size;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: top;
	gap: 0.33rem 1rem;
}
.triplet1, .triplet2, .triplet3 {
	flex: 1;
}
.triplet2 {
	min-width: 135px;
}
@container (max-width: 522px) {
	.triplet3 {
		display: none;
	}
}
img.triplet {
	width: 100%;
	min-width: 180px;
}

