.text {
	margin-bottom: 80px;
}

.text h4 {
	margin-bottom: 14px;
	text-transform: uppercase;
}

.text-intro {
	width: 100%;
	line-height: 1.8;
	font-size: 18px;
}

.text-intro .button {
	font-size: 18px;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.text-holder {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.text-intro {
		width: 46.5%;
	}
}
