/* General Demo Style */
.main1 {
	color: #333;
	font-size: 16px;
	line-height: 117%;
}
.container {
	position: relative;
}
a {
	color: #fff;
	text-decoration: none;
}
.clr {
	clear: both;
}
.main1 {
	position: relative;
	max-width: 1200px;
	display: flex;
	justify-content: center;
	gap: 2rem;
	flex-wrap: wrap;
	box-sizing: border-box;
}
