/*About Section*/
.about .h2 {
	position: relative;
	color: #00305B;
	display: flex;
	justify-content: center;
}
.about .h2::before {
	content: '';
	position: absolute;
	bottom: -10px;
	width: 100px;
	height: 5px;
	background-color: #DAA106;
}
.about p {
	text-align: justify;
}
.about img {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	object-fit: cover;
	object-position: center;
}