#box_1{
  min-height:25vh;
  border-top: solid;
  border-width: 3px;
  border-color:#0DBFEB;
}
#box_1 .container{
min-height:25vh
}
#box_1 .container .table-responsive{
min-height:25vh
}
#box_1 #grid-base{
min-height:25vh
}
#box_1 #grid-base tbody td{
min-height:25vh
}
#box_1 .content_wrap{
  min-height:20vh;
    display:flex;
  align-items:center;
  justify-content:center;
  padding-top:20px;
}
#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:580px;
  position:relative;
}
#box_1 div.wrap{
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.4) 100%);
  position:absolute;
  left:20px;
  top:80px;
  width:600px;
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:20px;
}
#box_1 a{
    font-size: 18px;
    color: white;
    position: relative;
	font-family:'Prompt';
    transition:.3s;
    margin: 0;
	padding: 4px 33px;
	color: white !important;
	background-color: #0dbfeb;
	border-radius: calc(0.5 * 44px);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	text-shadow: 2px 2px 2px #00000085;
	display: inline-block;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight:500;
    text-decoration: none
}
#box_1 a:hover{
transform:translateY(-4px);
background:#0DBFEB;
}
#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 {
  height:auto !Important;
  }
#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;
    padding:15px 0 !important;
  }
  #box_1 h3{
  text-align:center;
  }
}