.contacts {
	height: 15vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 50px;
}

.contacts__title {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 50px;
	text-align: center;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.contacts__title .contacts-title {
	font-size: 19pt;
}

.contacts-button {
	margin: 10px;
	margin-left: 20px;
	outline: none;
	background: black;
	border: none;
	color: white;
	padding: 15px 25px 15px 25px;
	border-radius: 30px;
	text-transform: uppercase;
	cursor: pointer;
}

.contacts-button:hover {
	box-shadow: 0 0 10px black;
}
