

#about-section {
	position: relative;
	margin-top: 64px;
	padding: 64px 0;
	background-color: white;
}
#about-section > .title-container {
	max-width: 800px;
	width: calc(100% - 16px);
	margin: 0 auto;
}

#about-section > .flex {
	display: flex;
	max-width: 800px;
	width: calc(100% - 16px);
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}
#about-section > .flex > .container {
	width: 50%;
	min-width: 240px;
}
#about-section > .flex > img {
	height: 500px;
}

#about-section .about-container {
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0 auto;
}
#about-section > .gradient {
	z-index: 1;
}

h1 {
	font-size: 30px;
	font-weight: 700;
	color: #0061aa;
}
#about-section .about-container > h2, .subtitle {
	font-size: 28px;
	font-weight: 700;
	color: #0cbee1;
	margin-bottom: 0;
}
#about-section .about-container > p {
	margin-top: 0;
	font-size: 15px;
	font-weight: 700;
	color: #636466;
	font-family: "Helvetica Neue";
}
#about-section .about-container > img {
	padding: 32px 0;
	display: block;
	margin: 0 auto;
}
table {
	margin-top: 16px;
	font-size: 12px;
	border-collapse: collapse;
}
th, td {
	border: 2px solid white;
	padding: 2px 6px;
}
tr {
	color: #636466;
	background-color: rgba(12, 190, 255, 0.1);
}
tr:first-of-type {
	color: white;
	background-color: #A28B36;
}
tr:nth-child(even) {
	background-color: white;
}

.table-container {
	padding: 0 10px;
	display: inline-block;
}

.tables-containers {
	max-width: 800px;
	width: calc(100% - 16px);
	margin: 0 auto;
	text-align: center;
}

.images-container {
	max-width: 800px;
	width: calc(100% - 16px);
	margin: 0 auto;
}

.images-container > img {
	display: block;
	min-width: 250px;
	width: 380px;
	margin: 8px auto;
}

@media (min-width: 500px) {
	table {
		margin-left: 16px;
		font-size: 14px;
	}	
}

@media (min-width: 815px) {
	.images-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.images-container > img {
		margin: 8px;
	}
}