#box_1{
min-height:30vh;
}
#box_1 .container{
min-height:30vh
}
#box_1 .container .table-responsive{
min-height:30vh
}
#box_1 #grid-base{
min-height:30vh
}
#box_1 #grid-base tbody td{
min-height:30vh
}
#box_1 .content_wrap{
  min-height:20vh;
    display:flex;
  align-items:center;
  justify-content:center;
  padding-top:40px;
}
#box_1 .about-title{
text-align:center;
}

#box_1 .inner-wrap{
    padding: 20px 30px;
   background:rgba(241,244,246,0.90);
    color:#212529;
      border-radius: 5px;
}
#box_1 .inner-wrap h3,#box_1 .inner-wrap p{
    color:#212529;
}
#box_1 .about-text{
display:flex;
  flex-direction:column;
  align-items:center;
}
#box_1 .about-text a{
margin:15px 0 30px;
  background:#FF7D02;
  border-radius:15px;
  padding:6px 12px;
  transition:.3s;
  color:white;
}
#box_1 .about-text a:hover{
text-decoration:none;
  transform:scale(1.1);
}
#box_1 h1{
font-family:'Prompt' !important;
}

#box_1{
height:600px;
  position:relative;
  background-image: url(https://wyp-maxrent1.itstart.eu/rezerwacje/homepage_boxes/1.jpg);
  /* background-position: right !important;
  background-size: auto !important; */
  background-attachment: initial !important;
}
#box_1 div.wrap{
background:rgba(255,255,255,0.9);
  position:absolute;
  left:20px;
  top:80px;
  width:600px;
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:30px;
}
#box_1 a{
box-shadow: 0 10px 20px 0 rgba(0,0,0,0.30);
padding: 20px 50px;
background: #0DBFEB;
color: #fff;
text-align: center;
font-size: 14px;
position: relative;
}
#box_1 h4{
color:#646464;
font-family:'Prompt';
  border-bottom: 1px solid #ccc;
padding-bottom: 5px;
  margin:10px 0;
  text-align:center;
}
#box_1 h3{
color:#000;
font-family: 'Prompt' !important;
}
#box_1 p.www{
font-size:16px;
  text-align:center;
}
#box_1 p.dolewej{
align-self:flex-start;
}
@media(max-width:999px){
  #box_1{
  overflow-x:hidden;
  }
#box_1 div.wrap {
    position: static;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
  margin:0 auto;
  }
    #box_1 .wrap p{
  font-size:14px;
  }
  #box_1 .post-box-1{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #box_1 h3{
  text-align:center;
  }
}
section#box_1 {
	display: block;
	margin-top: 10px;
}