@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

body {
  	font-family: 'Roboto', sans-serif;
  	font-style: normal;
  	font-weight: normal;
  	font-size: 14px;
  	min-width: 320px;
  	position: relative;
  	overflow-x: hidden;
  	overflow: visible !important;
}
a{
	outline: none;
	color: #636466;
}
.s1{
	background: url('../img/bg.png') no-repeat;
	background-size: cover;
	background-position: center top;
	height: 100vh;
	position: relative;
}
.s1 .logo{
	position: absolute;
	top: 35px;
	right: 5%;
	max-width: 200px;
}
.s1 .content{
	margin-top: 20%;
	width: 40%;
	float: right;
}
.s1 h2{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
}
.s1 p{
	color: #636466;
	font-size: 17px;
}
