@include respond-between(md, lg) {
	#about_content {

		.content-row {

			.text-content {
				
				p {

				}
			}
			.image-content {

				img {

				}
			}
		}
		.content-row#about_row_3 {
			.image-content:first-of-type {

			}
			.image-content:last-of-type {
				
			}
		}
	}
}

@include respond-between(sm, md) {
	#about_content {

		.content-row {

			.text-content {
				
				p {

				}
			}
			.image-content {

				img {

				}
			}
		}
		.content-row#about_row_3 {
			.image-content:first-of-type {

			}
			.image-content:last-of-type {
				
			}
		}
	} 
}

@include respond-between(xs, sm) {
	#about_content {

		.content-row {

			.text-content {
				
				p {

				}
			}
			.image-content {

				img {

				}
			}
		}
		.content-row#about_row_3 {
			.image-content:first-of-type {

			}
			.image-content:last-of-type {
				
			}
		}
	} 
}

@include respond-below(xs) {
	#about_content {
		margin-top: 4.444rem;
		.content-row {
			flex-direction: column;
			margin-bottom: 0;
			.text-content {
				width: 100%;
				margin-bottom: 4.444rem;
				p {

				}
				p:last-of-type {
					margin-bottom: 0;
				}
			}
			.image-content {
				width: 100%;
				margin-bottom: 4.444rem;
				img {

				}
			}
		}
		.content-row#about_row_3 {
			.image-content:first-of-type {
				width: 100% !important;
			}
			.image-content:last-of-type {
				width: 100% !important;
			}
		}
	} 
}