.lp-hero{
  display: flex;
  flex-direction: row;
  padding: 96px 5.5%;
  background-image: url("https://info.sam.biz/hubfs/Blackhawk/thank%20you.webp");
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  justify-content:space-between;
  align-items: flex-start;
  gap: 5.5%;
  color: white;
}
.form-hero{
  display: flex;
  flex-direction: column;
  padding: 30px;
  background-color: #004976;
  border-radius: 3px;
  width:100%;
  color: white;
  gap:24px;
}
@media (max-width:1250px) and (min-width:1000px){
  .lp-hero{
    gap:3%;
  }
  .form-hero{
    width:55%;
  }
}
@media (max-width: 999px) and (min-width: 768px){
  .lp-hero{
    flex-direction: column;
    align-items: flex-start;
    background-image: url("https://info.sam.biz/hubfs/Blackhawk/thank%20you.webp");
    background-position: bottom left;
    padding:60px 5.5% 205px 5.5%;
  }
  .form-hero{
    width:100%;
    margin-top:25px;
  }
}
@media (max-width:767px){
  .lp-hero{
    flex-direction: column;
    align-items: flex-start;
    padding:60px 5.5% 205px 5.5%;
    background-position: bottom left;
    background-image: url("https://info.sam.biz/hubfs/Blackhawk/thank%20you.webp");
  }
  .form-hero{
    width:100%;
  }
  .content-hero h1{
    padding-bottom: 60px;
    font-size:48px;
    line-height:58px;
}