.box,.bread-sec{
    height: 390px; 
  }
  .box>h1{
   color: #ffffff;
   padding:105px 0 0 0 ;
   font-size: 80px;
   text-align: center;
  }
  .span{
    color: rgb(255, 255, 255);
    text-align: center;
  }
  .bread-sec{
     background-image: url(../images/background/bread.png);
  }
@media(max-width:915px){
  .box>h1{
font-size: 35px;
}

.box,.bread-sec{
  height: 220px; 
}
.bread-sec{
  background-image: url(../images/background/bread.png);
  background-position: center;
  background-repeat: no-repeat;
}
}