.collection_head {
	width: 100%;
	max-width: 690px;
	margin: auto;
	text-align: center;
}
.collection_head h1 { 
	font-size:35px;
	font-weight: 700;
	color: #464543;
}

@media(max-width:1199px){
	.collection_head h1 {
    font-size: 25px;
}
}
