/* Substory based on Toy Text with multiple images USE THIS FOR STORY BLOCKS!!! */
.subText-parent {
	border-top-style: solid;
	border-top-color: rgb(82, 9, 31);
	border-top-width: 12 px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
	gap: 18px;
	background-color: bisque;
}

.subText-item {
	line-height: 1.;
	padding: 20px;
}

.subText-item:nth-child(1) {
background-color: #e7c3af;
}

.subText-item:nth-child(3) {
	background-color: #e7c3af;
	}

.subText-item img {
	max-width: 100%;
	margin: auto;
	height: auto;
	display: block; 
}