.text {
	padding: var(--indent-sides);
	border-top: var(--line) solid var(--cl1);
}
.text__hl {
	font-size: var(--xl);
	line-height: var(--lh-xl);
	
}
.text__copy {
	font-size: var(--xl);
	line-height: var(--lh-xl);
	
}
@media screen and (min-width: 768px){
	.text {
		display: grid;
		grid-template-columns: 1fr 1fr;
		
	}
	
}
