@media screen and (min-width: 992px) and (max-width: 1199px){

}

@media (max-width: 980px){
 
}
@media (max-width: 540px){
  section.popular-stores .container{
    padding:0;
  }
  section.popular-stores .col-3.popular-info{
   width:49%;
    padding:0;
  }
  section.popular-stores .row{
   justify-content:space-between; 
  }
  section.popular-stores .popular-img {
    width: 100%;
    height: 190px;
  }
  section.popular-stores .head-sec {
    margin-bottom: 20px;
    text-align: center;
}
  section.popular-stores .row {
    gap: 30px 0;
}
  .axil-breadcrumb-area{
    padding: 20px 0 20px;
  }
  .axil-breadcrumb-area .col-lg-12.col-md-8{
    padding:0;
  }
  .axil-breadcrumb-area .inner .title {
    font-size: 26px;
  }
}
@media (max-width: 360px){

}