{#
https://i.postimg.cc/13wNZ6Hb/Clientwise-Mobile-Hero-Background.jpg
#}

{#
@media (max-width: 1023px){

  .mobileHero{
  background-image: url(https://i.postimg.cc/13wNZ6Hb/Clientwise-Mobile-Hero-Background.jpg);
  background-position: center;
  background-size: cover;  
    height: 75dvh;
    width: 100%;
    margin-bottom: 32px;
}
  
  
}

@media (min-width: 1024px){

  .mobileHero{
  background-image: url(https://i.postimg.cc/13wNZ6Hb/Clientwise-Mobile-Hero-Background.jpg);
  background-position: center;
  background-size: cover;  
    
}
  
  
}

#}