.about-top-image-container {
	margin: 0 auto;
}

.about-top-image {
	width: 100%;
	height: 315px;
	margin: 0 auto;
	object-fit: cover;
	margin-bottom: -6px;
}

.about-container {
	max-width: 1310px;
	margin: 70px auto 0;
}

.about-title {
	text-align: center;
	font-size: 28px;
	font-weight: 300;
	font-family: 'Piazzolla', serif;
}

.about-subtitle {
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	line-height: 22px;
}

.about-line {
	width: 50px;
	height: 2px;
	margin: 0 auto;
	background-color: #218cd2;
}

.about-item-container {
	display: flex;
	flex-wrap: wrap;
	max-width: 1310px;
	margin: 70px auto 50px;
}

.about-items-container {
	max-width: 1110px;
	min-width: 320px;
	margin: 0 auto;
}

.about-item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 20px;
}

@media screen and (max-width: 768px) {
	.about-item {
		justify-content: center;
		text-align: center;
	}
}

.about-image {
	width: 27px;
	height: 27px;
	margin: 16px;
}

.about-item-image {
	width: 60px;
	height: 60px;
	margin: 0 20px 0 0;
	border-radius: 60px;
 	border: 1px solid #218cd2;
}

.about-item-title {
	font-size: 18.75px;
	font-weight: 600;
	color: #218cd2;
	margin: 0 0 12.5px 0;
	font-family: 'Piazzolla', serif;
}

.about-item-text-container {
	max-width: 340px;
}

.about-item-text {
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 16px;
}

.about-footer {
	padding: 50px 40px;
	background-color: #333333;
}

.about-footer-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	background-color: white;
	max-width: 1210px;
	margin: 0 auto;
	border-radius: 36px;
	padding: 20px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #333333;
}

.about-footer-item {
	max-width: 475px;
}

.about-footer-item-image {
	max-width: 475px;
	width: 100%;
	height: auto;
}

.about-footer-container p{
	margin: 10px 0;
}

.about-footer-container ul{
	margin: 10px 0;
	padding-left: 20px;
}

.about-footer-link {
	color: #218cd2;
}

.about-footer-link:visited {
	color: #218cd2;
}

.about-full-width {
	width: 100%;
}


