/* Coded By Yeasin */
.page-template-template-homepage .site-content .sph-hero:first-child {
  margin-top: -8.236em;
}
.page-template-template-homepage .site-content .entry-content .sph-hero {
  margin-bottom: -3.7em;
  background-position: 50%;
}
.col-full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sph-hero .button {
  background-color: #ef510e;
  border-color: #ef510e;
  color: #ffffff;
}

@media only screen and (min-width: 1023px) {
  .sph-hero-content {
    max-width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px){
  .page-template-template-homepage .site-content .sph-hero:first-child {
    margin-top: -5.21em;
  }
}