body {
	align-items: center;
	background: center no-repeat url('/rr_images/decorations/background__additionally_we_offer.png') #1a1a1a;
	background-size: contain;
	color: #ffffff;
	display: flex;
	font-family: Montserrat;
	justify-content: center;
	line-height: 1.4;
	margin: 0;
	min-height: 100vh;
	padding: 0 50px;
	text-align: center;
}
h1 {
	color: #ffffff;
	font-size: 36px;
	font-weight: 700;
	padding-bottom: 70px;
	text-transform: uppercase;
}
.contacts {
	display: flex;
	justify-content: space-between;
}
a {
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
@media(max-width: 576px) {
	.contacts {
		flex-direction: column;
	}
}