.sf-hp-bgc {
  height: calc(100vh - 60px);
background-color: #f2f2f2;
 /* background-image: url("/wp-content/uploads/img-template/home/home_page_bgc.webp");
  background-size: auto; 
  background-repeat: no-repeat; 
  background-position: center right;*/
}
.container-sf-hp {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: calc(100vh - 60px);
}
.next-btn{
	position:relative;
	z-index:99;
}
.btn-home-page {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 35px;
  border-radius: 100px;
  border: 1px solid #EF8700;
  color: #ef8700;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btn-home-page:hover {
  color: white;
  background-color: #EF8700;
}
.hp-img-size {
width: 80%;

}
.marg-front-siegamy
{
  margin-top: 200px;

}
.span-font48{
	color: #515151;
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 500;
margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
.sf-hp-bgc {
    background-position: center bottom;
  height: auto;
}
.container-sf-hp {
    align-items: flex-start;
  height: auto;
  text-align: center;
}
.btn-home-page {
  font-size: 14px;
  padding: 10px 30px;
}
.hp-img-size
{
  margin-top: 45px;
}
.marg-front-siegamy
{
  margin-top: 100px;
  margin-bottom: 100px;
}
	.span-font48{
		font-size:24px;
	}
}