
.hsr-coming-soon-body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #1d1e20;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: DMSans, serif;
	font-size: 14px;
	height: 564px;
	line-height: 24px;
	width: 650px;
}

.hsr-coming-soon-illustration {
	margin-bottom: 32px;
	width: 650px;
}

body.hostinger {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f4f5ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	justify-content: center;
	overflow: hidden;
}

.hsr-logo {
	height: 30px;
	margin-bottom: 32px;
	width: 150px;
}

.hsr-coming-soon-body h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 8px;
}

.hsr-coming-soon-body p {
	color: #727586;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

@media only screen and (max-width:768px) {
	.hsr-coming-soon-body {
		width: 80%;
	}
	
	.hsr-coming-soon-illustration {
		width: 100%;
	}
}
