/*# sourceMappingURL=text.css.map */

.text-box .text {
	position: relative;
}

.text-box .text .text-bg-colour {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.text-box .text .text-content {
	position: relative;
}

.text-box .text .text-content hr {
	margin-bottom: 30px;
}

.text-box .text .text-content p:first-of-type {
	margin-top: 0;
}

.text-box .text .text-content p:last-of-type {
	margin-top: 0;
}

.paragraph-text {
	position: relative;
	z-index: 1;
}

.paragraph-text .text-bg-colour {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.paragraph-text .text-content {
	position: relative;
}

.paragraph-text h2 {
	font-size: 3.5rem;
	font-family: "Montserrat", serif;
	line-height: 1;
	margin: 30px 0;
}

.paragraph-text h2 span {
	font-size: 5rem;
	line-height: 1;
}

.paragraph-text-col {
	display: flex;
	flex-direction: column;
}

.paragraph-text-col p {
	margin-top: 0px !important;
	margin-bottom: 20px !important;
}

.paragraph-text p:last-child, .paragraph-text-col p:last-child {
	margin-bottom: 0 !important;
}

.paragraph-text h1:first-child, .paragraph-text h2:first-child, .paragraph-text h3:first-child, .paragraph-text h4:first-child, .paragraph-text h5:first-child, .paragraph-text h6:first-child {
	margin-top: 0;
	margin-bottom: 10px;
}

.paragraph-text-col h1, .paragraph-text-col h2, .paragraph-text-col h3, .paragraph-text-col h4, .paragraph-text-col h5, .paragraph-text-col h6 {
	margin-top: 0;
	margin-bottom: 10px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	.paragraph-text h2 {
		font-size: 30px;
		font-family: "Montserrat", serif;
		line-height: 1;
		margin: 30px 0;
	}
	
	.paragraph-text h2 span {
		font-size: 40px;
		line-height: 1;
	}
	
	.text-grid {
		grid-gap: 40px 0 !important;
	}
	
	.text-grid .text-content {
		text-align: left !important;
	}
	
	.text-grid p {
		margin-top: 0;
	}
	
	.text {
		text-align: center !important;
	}
}
