/* responsive.css */

@media(max-width:992px){
  .deal-left-card{
    display:none;
  }
}

@media(max-width:768px){
  .hero-content{
    flex-direction:column;
    text-align:center;
  }

  .hero-images img{
    max-height:180px;
  }
}
