#box_6{
background:white;
  padding-bottom:30px;
  border-top: solid;
  border-color: #d85c27;
  border-width: 2px;
}
#box_6 h3{
  display:none;
text-align:center;
  margin-top:30px;
}
#box_6 h4{
text-align:center;
color:white;
  position:relative;
  z-index:999;
  margin-bottom:15px;
  text-transform:uppercase;
  font-weight:600;
}
#box_6 > div:nth-child(1){
max-width:100% !important;
}
#box_6 div.wrap{
display:flex;
  margin-bottom: 100px;
  flex-wrap:nowrap;
  align-items:center;
  justify-content:space-around;
  width:100%;
}
#box_6 div.box{
flex-basis:30%;
  margin:10px 20px;
  height:250px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  background-position:center;
  flex-direction:column;
  padding:20px;
  
}
#box_6 div.box::after{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background: linear-gradient(225deg, rgba(47,92,143,.5) 0%, rgba(216,92,39,.5) 100%);
  transition:.3s;
}
#box_6 p,#box_6 h4{
transition:.3s;
  color:white;
    z-index:999;
  text-align:center;
}
#box_6 p{
padding:0 60px;
}
#box_6 div.box:hover::after{
height:0%;
}
#box_6 div.box:hover p,#box_6 div.box:hover h4{
opacity:0;
}
#box_6 div.box:nth-child(1){
background-image:url('/rezerwacje/img/images_for_template/28l200.jpg');
  background-size:cover;
}
#box_6 div.box:nth-child(2){
background-image:url('/rezerwacje/img/images_for_template/oc-sprawcy.jpg');
    background-size:cover;
}
#box_6 div.box:nth-child(3){
background-image:url('/rezerwacje/img/images_for_template/auto_na_%C5%9Blub.jpg');
    background-size:cover;
}
#box_6 div.box:nth-child(4){
background-image:url('/rezerwacje/upload/b4.png');
    background-size:cover;
}
#box_6 > div:nth-child(1) > div:nth-child(1) > table:nth-child(1) > tbody:nth-child(2) > tr:nth-child(1){
display:flex;
justify-content:center;
}
#box_6 div.box.mbox_4 {
  display:none;
}
#box_6 #box-2.grid-cell.full-box {
  display: none;
}
#box_6 #box-1.grid-cell.full-box {
  
}
#box_6 img {
  position:relative;
  width: 20%;
  height: auto;
  margin: 50px 50px;
}

@media(max-width:999px){
  #box-6 {
    margin-top: 100px;
  }
  
  #box_6 div.wrap{
  flex-direction:column;
    width:100%;
    align-items:normal;
    justify-content:center;
    margin-bottom: 0;
  }
  #box_6 div.wrap div.box{
  flex-basis:unset;
  }
  #box_6 p{
  font-size:14px;
  }
  #box_6 img {
    width: 70%;
    margin: 30px 30px;
  }
}