#about_content {
	margin-top: 5.555rem;
	.content-row {
		@include flexbox();
		justify-content: space-between;
		margin-bottom: 4.388rem;
		.text-content {
			width: 47%;
			@include flexbox();
			justify-content: center;
			flex-direction: column;
			p {
				width: 95%;
			}
		}
		.image-content {
			width: 47%;
			img {
				width: 100%;				
			}
		}
	}
	.content-row#about_row_3 {
		.image-content:first-of-type {
			width: 33%;
		}
		.image-content:last-of-type {
			@include flexbox();
			align-items: flex-end;
			width: 63%;
		}
	}
}