
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;  
	font-weight: 300;
	color: #656565;
	background-color: #fff;
}
.wrapper {
	width:1920px;
	margin: auto;
	position: relative;
	padding-left: 0px;
	padding-top: 0px;
	background-color: #fff;
}
img {
	float: right;
	width: 994px;
	display: inline-block;
}	
img.wide {
	display: inline-block;
}
img.mobile {
	display: none;
}
.content-block {
	background-color: #ff570c;
	float: right;
	padding-left: 120px;
	padding-top: 380px;
	width: 844px;
	height: 1080px;
}
.cloubicom {
	cursor: pointer;
	width: 178px;
	height: 43px;
	border-radius: 21.5px;
	background-color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ff570c;
	text-transform: uppercase;
	padding: 11px;
    margin-top: 40px;
}
.cloubicom:hover, .cloubicom:focus {	
	color: #ffffff;
	background-color: #000;	
}
.Rectangle-1 {
	
	background-color: #ff570c;
}
.Ubiikki-goes-Cloubi {
	font-size: 60px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
.The-name {
	font-size: 20px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	margin-top: 60px;
	margin-top: 45px;
}

@media only screen and (max-width: 1920px) {
	.wrapper {
		width:1366px;
		margin: auto;
		position: relative;
		padding-left: 0px;
		padding-top: 0px;
		background-color: #fff;
	}
	img {
		float: right;
		width: 718px;
	}	
	img.wide {
		display: inline-block;
	}
	img.mobile {
		display: none;
	}
	.content-block {
		background-color: #ff570c;
		float: right;
		padding-left: 80px;
		padding-top: 214px;
		width: 604px;
		height: 768px;
	}	
}

@media only screen and (max-width: 1366px) {
	.wrapper {
		width:991px;
		margin: auto;
		position: relative;
		padding-left: 0px;
		padding-top: 0px;
		background-color: #fff;
	}
	img {
		float: right;
		width: 904px;
		margin-bottom: 98px;
	}	
	img.mobile {
		display: inline-block;
	}
	img.wide {
		display: none;
	}
	.content-block {
		background-color: #ff570c;
		float: right;
		padding-left: 80px;
		padding-top: 214px;
		width: 991px;
		height: 663px;
	}	
}