.header-banner-outsource{
  background-image: url("https://www.clockon.com.au/hubfs/Backgrounds/stp-packages.png");
  background-position: center;
  background-size: cover;
  height: 720px;
}
.header-banner-outsource .section-content {padding:13% 59% 10% 0%}
.header-banner-outsource img {
    padding-top: 14%;
    padding-left: 0%;
    padding-right: 14%;
    float: left;
    margin-left: -14%;
    width: 386px;
}
}
.header-banner-outsource .section-content h1{line-height:1.2 !important; }
.header-banner-outsource .section-content p {font-size:20px; color: #333;}
.header-banner-outsource span.text {
  color:#62BE56;
  font-size: 22px !important;
  font-weight: 700; 
  text-transform: uppercase;
}
.header-banner-outsource button {
  float: left;
  border: none;
  margin: 2% 0%;
}

@media only screen and (max-width: 900px) {
 .header-banner-outsource{
  background-image: url("https://www.clockon.com.au/hubfs/Backgrounds/stp-mobile.png");
  background-position: center;
  background-size: cover;
  height: 1084px;
  }
  .header-banner-outsource .section-content {
    padding: 35% 0% 10% 0%;
  }
  
  .header-banner-outsource .section-content h1{font-size:42px !important; }
  .header-banner-outsource .section-content p {font-size:16px;}
}

@media only screen and (max-width:600px) {
  .header-banner-outsource{
    background-image: url("https://www.clockon.com.au/hubfs/Backgrounds/stp-mobile.png");
    background-position: center;
    background-size: cover;
    height: 1119px;
  }
  .header-banner-outsource .section-content {
    padding: 35% 0% 10% 0%;
  }
  
  .header-banner-outsource .section-content h1{font-size:42px !important; }
  .header-banner-outsource .section-content p {font-size:16px;} 
}

