@charset "utf-8";


html,

body {

  height: 100%;

}

body {

 font-family: 'Spartan', sans-serif;

  color: #191b1d;

  font-size: 15px;

  font-weight: 400;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}

#home {

  padding: 0;

/*  height: 90%;*/

  border: 0;

}



#about_us {
  position: relative;
}

#about_us img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

#about_us {
  color: #fff;
}

#about_us .about_us_content {
  position: absolute;
  top: 70px;
  left: 150px;
  width: 378px;
}

#about_us .title-divider {
  width: 100px;
  height: 2px;
  background-color: #f7851e;
  margin-bottom: 25px;
}


.line1
{
	margin: 0;
}




@media (max-width: 480px) {

#about_us .about_us_content {
  position: absolute;
  top: 70px;
  left: 1px;
  width: 378px;
}
}