.wir {
	padding: var(--indent-sides);
	border-top: var(--line) solid var(--cl1);
	display: grid;
	grid-row-gap: var(--indent-sides);
	
}
.wir__btn {
	
}
.wir img {
	width: 100%;
	height: auto;
	display: block;
	
}
.wir__img1 {
	margin-bottom: 2rem;
	
}
.wir__hl {
	font-size: var(--xl);
	line-height: var(--lh-xl);
	
}
.wir__copy {
	font-size: var(--xl);
	line-height: var(--lh-xl);
	margin-bottom: var(--indent-sides);
	
}
.wir__list {
	list-style-type: none;
	margin: 0rem;
	padding: 0rem;
	margin-bottom: var(--indent);
	
}
@media screen and (min-width: 768px){
	.wir__hl {
		margin-bottom: 10vw;
		
	}
	.wir__list {
		margin-bottom: 5vw;
		
	}
	.wir__col:nth-of-type(1) {
		padding-right: 5vw;
		
	}
	.wir__col:nth-of-type(2) {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		
	}
	.wir {
		display: grid;
		grid-template-columns: 1fr 1fr;
		
	}
	.wir__img1 {
		width: 80% !important;
	}
	.wir__img2 {
		width: 40% !important;
		
	}
	
}
