body {
	background-color: #cad3df;
	font-family: "Roboto", serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	color: #232c44;
}

p {
	font-family: "Roboto", serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	color: #232c44;
	margin-bottom: 28px;
}

p a {
	color: #232c44;
}

strong {
	font-weight: 600;
}

.container {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.main {
	flex: 1;
	padding-top: 50px;
}

.content {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.bg-wrapper {
	flex: 1;
	background-image: url(../assets/bg.png);
	background-repeat: no-repeat;
	background-position: right calc(100% + 100px);
}

.content-box {
	max-width: 540px;
	padding: 0px 20px;
	padding-bottom: 50px;
}

footer {
	background: #232c44;
	padding-top: 50px;
	padding-bottom: 20px;
}

footer p {
	font-weight: normal;
	font-size: 18px;
	line-height: 34px;
	color: #f4f7ff;
}

footer p a {
	color: #f4f7ff;
	text-decoration: underline;
}

footer h2 {
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
	color: #f4f7ff;
	margin-bottom: 14px;
}

footer p.copyright {
	margin-top: 70px;
	font-weight: normal;
	font-size: 12px;
	line-height: 34px;
	color: #d3d9e8;
}

.logo {
	width: 200px;
	height: auto;
	margin-bottom: 100px;
}

.mobile-bg,
.mob-phone {
	display: none;
}

h1 {
	font-weight: bold;
	font-size: 30px;
	color: #232c44;
	margin-bottom: 23px;
}

h3 {
	font-weight: bold;
	font-size: 24px;
	color: #232c44;
	margin-bottom: 12px;
}

@media screen and (max-width: 1500px) {
	.bg-wrapper {
	  background-size: 800px;
	}
}


@media screen and (max-width: 1100px) {
	.bg-wrapper {
	  background-size: 700px;
	}

	h1 {
		font-size: 28px;
		margin-bottom: 13px;
	}

	h3 {
		font-size: 20px;
		margin-bottom: 12px;
	}

	p,
	footer p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 24px;
	}

	footer h2 {
		font-size: 20px;
	}
}

@media screen and (max-width: 991px) {
	.bg-wrapper {
		background-image: none;
		display: flex;
		position: relative;
	}
	.logo {
		width: 112px;
		height: auto;
		margin-bottom: 60px;
	}
	.main {
		padding-top: 13px;
		display: flex;
		flex-direction: column;
		align-content: space-between;
		flex: 1;
	}
	.main .content-box {
		padding-bottom: 0px;
		flex: 1;
	}

	footer .content-box {
		padding-bottom: 0px;
	}

	footer p.copyright {
		margin-bottom: 0px;
	}

	.mobile-bg {
		width: 100%;
		height: auto;
		display: block;
	}

	.mob-phone {
		background: #232C44;
		width: 48px;
		height: 48px;
		border-radius: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 45px;
		right: 30px;
	}
}