.contact-container {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 40px;
	/* width: 100%; */
	margin-top: 10rem;
}

.map-section {
	text-align: center;
}

iframe {
	width: 600px;
	height: 500px;
	border-radius: 10px;
}

.contact-info {
	padding-left: 30px;
	max-width: 350px;
}

.contact-photo {
	display: block;
	margin: auto;
	width: 120px;
	height: auto;
}

.contact-info h2 {
	font-size: 1rem;
	color: #0073e6;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.contact-info p {
	font-size: 1.1em;
	line-height: 1.5;
	color: #333;
	text-align: center;
}

@media (max-width: 1024px) {
	iframe {
		width: 400px;
		height: 300px;
	}

	.contact-photo {
		display: block;
		margin: auto;
		width: 100px;
		height: auto;
	}
}

@media (max-width: 768px) {
	.contact-container {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		width: 78%;
		margin: 0;
	}
	.map-section {
		margin: 0;
	}
	iframe {
		margin-bottom: 1rem;
		width: 200px;
		height: 100px;
	}

	.contact-photo {
		display: block;
		margin: auto;
		width: 80px;
		height: auto;
	}

	.contact-info h2 {
		font-size: 0.9rem;
		color: #0073e6;
		margin-bottom: 15px;
		text-transform: uppercase;
		font-weight: bold;
	}

	.contact-info p {
		font-size: 0.8em;
		line-height: 1.5;
		color: #333;
	}
}
