body {
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}
.wrapper {
	background: #ffffff;
	box-shadow: 7px 0 24px rgba(0,0,0,.06);
	position: relative;
}
.left {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	height: 100%;
	background-image: url(../images/bg.jpg);
	background-size: cover;
	background-position: center center;
}
.left-content {

}
.logo {
	width: 100%;
	display: inline-block;
}
svg {
	width: 70%;
}
.button {
	margin-top: 20px;
	padding: 15px 30px;
	background-color: #f4a100;
}
.button:hover {
	background-color: #f4a100;
}
.right {
	/*border-left: 1px solid #f4a100;*/
	background: #f4a100;
	color: #ffffff;
	padding: 50px;
}

.summary {
	font-weight: bold;
	font-style: italic;
}

ul {
	padding: 0;
	margin: 20px 0;
	list-style: none;
}
a {
	color: #ffffff;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
span {
	font-weight: bold;
}

img {
	margin-top: 20px;
}

@media screen and (max-width: 1255px){
    
}
    
@media screen and (max-width: 1023px) {
	
}

@media screen and (max-width: 767px) {
	body {
		display: block;
		padding: 0;
	}

	.left {
		position: relative;
		display: block;
		padding: 20px 0;
	}

	.right {
		padding: 30px;
	}

	svg {
		width: 50%;
	}
}

@media screen and (max-width: 479px) {

}