.wrap {
  display: flex;
}

		body{
			margin: 0;
			font-family: 'adobe-clean';
		}		
.left {
  background: #7721B6;
	background-image: url('./articleAssets/illustration.jpg');
	background-size: cover;
  flex-basis: 50%;
}

.right {
  background: white;
  flex-basis: 50%;
  
  height: 100vh; 
  overflow: auto;
}
	
		.content{
			margin: 10%;
		}
		
		h2{
			font-size: calc(2.2vw + 2.2vh + 0.5vmin);
			line-height: 1.1;
			font-family: 'adobe-clean';
			margin:0;
            color: #2C2C2C;
		}
		
		h3{
			font-size: calc(1.2vw + 1.2vh + 0.5vmin);
			line-height: 1.1;
			font-family: 'adobe-clean';
			margin-top: 64px;
            margin-block-end: .5em;
            color: #2C2C2C;
		}
	
		.description{
			font-family: 'adobe-clean';
			font-size: 1.25em;
			line-height: 1.5;
			color: #6E6E6E;
		}
		
		.classicParagraph{
			font-family: 'adobe-clean';
			font-size: 1em;
			line-height: 1.5;
			color: #6E6E6E;
		}
		
		div.article-attribution {
			font-family: 'adobe-clean';
    		display: inline-block;
    		margin-bottom: 16px;
            color: #2C2C2C;
		}
		div.article-attribution img {
    vertical-align: middle;
}
		div.attribution-text {
			font-family: 'adobe-clean';
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
		.link-destination{
			
			color: #aaaaaa;
			font-size: 14px;
             color: #8E8E8E;
		}
		
		.buffer{
			
			height: 30vh;
		}
		
		.inlinePicture{
			
			width: 66%;
			margin-top: 18px;
		}
		
		div.productContainer{
			width: 100%;
			text-align: center;
			margin-top: 48px;
		}
		div.productCard {
			border: 1px solid #dddddd;
			
			
			border-radius: 4px;
    		display: inline-block;
    		margin-bottom: 24px;
			width: 250px;
			
			padding: 12px;
			text-align: center;
		}
		.productName{
			margin:12px;
			display: inline-block;
			font-size: 18px;
			font-weight: 700;
		}
		.productTagline{
			display: inline-block;
			margin: 12px;
			font-size: 14px;
			font-weight: 100;
		}
		.productCTA{
			display: inline-block;
			border: 3px solid #aaaaaa;
			background: #ffffff;
			border-radius: 24px;
			margin-top: 12px;
			padding: 10px;
			width: 120px
			font-size: 18px;
			font-weight: 400;
		}
		.productIcon{
			
			width: 48px;
			height: 48px;
			vertical-align: middle;
			margin: 5px;
		}
		
		.footer{
			height: 42px;
			background-color: #eeeeee;
			border-top: 1px solid #bbbbbb;
		}

.imgContainer{
    width: 100%;
    text-align: center;
}