* {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
body {color: #333;margin: 0;background: #fff;
}
a, p, h2, h3, h4, li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #333;
	}
h3 {
    text-transform: uppercase;
    margin: 5px 0px;
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 500;
}
h2 {
    margin: 5px 0px;
    font-size: 35px;
    margin-bottom: 100px;
}
p {
    font-size: 20px;
}
.wrapper {
    max-width: 1080px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}
a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    background: #FFD4A3;
    padding: 8px 14px;
    border-radius: 5px;
    text-transform: uppercase;
}
a:hover {
    background: #333;
    color: #FFD4A3;
}
.left {
    width: 40%;
}
.left img {
    width: 300px;
}
.right {
    width: 60%;
}
.box {
    clear: both;
    height: 300px;
}
img {max-width: 80%;
}
@media screen and (min-width:1800px) {

}
@media screen and (max-width:600px) {
	h3 {
		padding: 20px;
	}
	.logo {
		padding: 20px;
	}
	.wrapper {
	    flex-direction: column;
	}
	.box {
	    width: 100%;
	    text-align: center;
	}
	.left img {
	    width: 90%;
	    margin: 20px;
	}
}