.about .about {
	padding-top: 2em;
	padding-bottom: 2em;
	background-color: #0055AA;
}
.about .about h2 {
	font-family: 'Work Sans', sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: white;
}
.about .about .line {
	width: 100px;
	height: 8px;
	background-color: white;
}
.about .about .about-content {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-align: justify;
	color: white;
}
.about .about .img-1 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.about .about .img-2 {
	width: 100%;
	height: 48%;
	margin-bottom: 7%;
	object-fit: cover;
	object-position: center;
}
.about .about .img-3 {
	width: 100%;
	height: 48%;
	object-fit: cover;
	object-position: center;
}
.about .btn.btn-primary {
	padding: 10px 30px;
	border-radius: 0;
	font-weight: 500;
	background-color: #2A8AEF;
	color: white;
	border-color: #2A8AEF;
}
.about .btn.btn-primary:hover,
.about .btn.btn-primary:focus {
	background-color: #0E63BE;
	border-color: #0E63BE;
}
@media(min-width: 992px) {
	.about .about {
		padding-top: 3.5em;
		padding-bottom: 3.5em;
	}
}
@media(min-width: 992px) {
	.about .about h2 {
		font-size: 2.5em;
	}
	.about .about .about-content {
		padding-right: 2rem;
	}
}