#header {
	padding: 0!important;
	height: 0!important
}

#content {
	display: block
}

#layout-content {
	display: flex;
	align-items: center;
	height: 100vh
}

.side-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70%;
	background-size: 100% 100%;
	height: 100%
}

.side-bar img {
	width: 429px;
	height: auto;
}

.text-content {
	padding: 10px;
	text-align: center;
	margin: auto;
	width: 30%;
	min-width: 350px;
	padding: 0 20px
}

.message-card {
	width: 500px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

@media (max-width:767px) {
	.side-bar {
		display: none
	}
	.text-content {
		width: 100%
	}
}
