
.logo{
	margin-top: 100px;
	margin-bottom: 70px;
}

h2{
  font-family: "Inter", sans-serif;
  font-size: 52pt;
  font-weight: 600;
  font-style: normal;
  color: #29424E;
  line-height: 64pt;
}

p{
  font-family: "Inter", sans-serif;
  font-size: 24pt;
  font-weight: 400;
  font-style: normal;
  color: #29424E;
  line-height: 24pt;
  margin-top: 54px;
}

span{
  font-family: "Inter", sans-serif;
  font-size: 14pt;
  font-weight: 400;
  font-style: normal;
  color: #29424E;
}

.bg{
	background: url(../images/bg.jpg);
	background-size:cover;
	height: 100vh;
}