#box_4{
  background-color:#181818;
  border-top:2px solid #FDE761;
  border-bottom:2px solid #FDE761;
  padding-top:40px !important;
  padding-bottom:40px !important;
}
#box_4 .box-tittle{
  color:black!important;
}
#box_4 > div > div.table-responsive{
overflow-x:unset;
}
#box_4 .box_special_offers_container {
            max-width: 1200px;
            display: flex;
            justify-content: space-between;
           position: relative;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
        }

  #box_4 .special_offer_card {
            width: 24%;
            height:250px;
            position:relative;
           margin-bottom:25px;
    background-position: center;
        }
#box_4 .special_offer_card p{
    text-align: center;
    font-weight: 900;
    color: #fff;
  font-size:16px;
    margin-top: -30px;
}
#box_4 .special_offer_card span{
    color: #000;
    font-weight:500;
  opacity:0;
  z-index:1;
  position:relative;
  text-align:center;
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}
#box_4 .special_offer_card{
transition:.3s;
}
#box_4 .special_offer_card:before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:0;
background:rgba(255,255,255,.8);
  transition:.3s;
}
#box_4 .special_offer_card:hover:before{
height:100%;
}
#box_4 .special_offer_card:hover span{
opacity:1;
}
#box_4 .card_1{
  background-image: url(/rezerwacje/upload/box_integracja.jpg);
background-size: cover;
}
#box_4 .card_2{
  background-image:  url(/rezerwacje/upload/box_lato.jpg);
background-size: cover;
}
#box_4 .card_4{
  background-image: url(/rezerwacje/upload/box_sniadanie.jpg);
background-size: cover;
}
#box_4 .card_3{
  background-image: url(/rezerwacje/upload/box_senior.jpg);
background-size: cover;
}
#box_4 .card_5{
  background-image: url(/rezerwacje/img/images_for_template/pakiet-pobyt_w_spa.png?ver1588668104);
background-size: cover;
}
#box_4 .card_6{
  background-image: url(/rezerwacje/img/images_for_template/pakiet_andrzejki2020.png?ver1588668104);
background-size: cover;
}
#box_4 .overlay{
 width: 100%;
  height: 100%;
      display: flex;
    flex-direction: column;
    align-items: center;
}
#box_4 .container{
max-width:1200px !important;
}
@media(max-width:999px){
  #box_4 > div.lead.post-content.post-box.post-box-1 > h2{
  text-align:center;
  }
  #box_4 .special_offer_card{
  margin-top:30px;
  }
  #box_4 .box_special_offers_container {
  flex-direction:column;
  transform:none;
  position:static;
    align-items:center;
  }
  #box_4 .special_offer_card{
    width:86%;
  }
}