.info-row .text-section {
	display: grid;
	grid-template-rows: auto auto 1fr;
	row-gap: 1rem;
	background: #f5f5f7;
	flex: 0 0 67%;
    padding: 3rem 4rem;
}

.info-row .image-section {
	flex: 0 0 33%;
}

.info-row .text-section .heading {
	font-family: "Avenir-Heavy";
	font-size: 34px;
	color: #4D4B54;
	line-height: 1.2;
}

.info-row .text-section .body {
	font-family: "Avenir-Book";
	font-size: 18px;
	color: #4D4B54;
	margin: 0;
}

.info-row .text-section .action-button {
	align-content: end;	
}

.info-row .text-section .action-button a {
	font-size: 13px;
}

.block-text {
	max-width: 980px;
}