.box,.bread-sec{
  height: 390px; 
}
.bread-sec{
  background-image: url(../images/background/bread.png);
}
.box>h1{
 color: #fff;
 padding:65px 0 0 0 ;
 font-size: 49px;
 text-align: center;
}
.span{
  color: rgb(255, 255, 255);
  text-align: center;
}
.service>img{
  height: 90%;
  width: 100%;
  margin: 15px;
  box-shadow: 2px 5px 13px rgb(137, 99, 142);
}
@media(max-width:915px){
  .box>h1{
font-size: 35px;
padding-top: 0;
}

.box,.bread-sec{
  height: 220px; 
}
.bread-sec{
  background-image: url(../images/background/bread.png);
  background-position: center;
  background-repeat: no-repeat;
}
}
@media(max-width:600px){
  .service>img{
    height: 90%;
    width: 95%;
    margin: 5px;
    box-shadow: 2px 5px 13px rgb(137, 99, 142);
  }
}
@media(max-width:475px){
  .box>h1{
    font-size: 25px;
  }
}