/* Contact page styles */
.contact-container {
	max-width: 900px;
	margin: 100px auto;
	padding: 20px;
	font-family: "Zalando Sans SemiExpanded", sans-serif;
	color: #ffffff;
	line-height: 1.6;
}

.contact-container h1 {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 40px;
}

.contact-info,
.agent-info {
	margin-bottom: 40px;
}

.contact-info h2,
.agent-info h2 {
	font-size: 1.8rem;
	margin-bottom: 15px;
	border-bottom: 2px solid #ff5a5f;
	display: inline-block;
	padding-bottom: 5px;
}

.agent {
	margin-top: 20px;
}

.agent h3 {
	font-size: 1.4rem;
	margin-bottom: 5px;
}

.contact-container a {
	color: #ff5a5f;
	text-decoration: none;
}

.contact-container a:hover {
	text-decoration: underline;
}
