.main-header {
	background-color: #333;
	padding-top: 16px;
	padding-bottom: 16px;
}
.logo-wrap {
	display: inline-block;
}
.content-container {
	flex: 1 1 auto;
	overflow: auto;
	padding-top: 35px;
	padding-bottom: 35px;
}
.gtr-logo {
	height: 70px;
	margin-bottom: 20px;
}
.font-medium {
	font-family: FontMedium;
	font-weight: 400;
}
.listing-text {
	padding-left: 17px;
}
.listing-text li {
	margin-bottom: 8px;
}
.graphic {
	margin-top: 30px;
}
.refer-text {
	margin: 30px auto;
	font-size: 20px;
}
.main-info-text {
	margin-bottom: 20px;
}
@media(min-width: 1200px) {
	.refer-text {
		width: 85%;
	}
	.main-wrapper {
		height: 100vh;
		display: flex;
		flex-direction: column;
	}
}
@media(max-width: 991px) {
	.demo-form-outer {
		margin-top: 40px;
	}
}
