#box_5{
height:645px;
  position:relative;
  margin-top: 10px;
}
#box_5 div.wrap{
background:rgba(255,255,255,0.9);
  position:absolute;
  right:20px;
  top:20px;
  width:600px;
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:20px;
  overflow-x:hidden;
}
#box_5 a{
box-shadow: 0 10px 20px 0 rgba(0,0,0,0.30);
padding: 20px 50px;
background: #019541;
color: #fff;
text-align: center;
font-size: 14px;
position: relative;
}

#box_5 h4{
color:#646464;
font-family:'Prompt';
  border-bottom: 1px solid #ccc;
padding-bottom: 5px;
  margin:10px 0;
}
#box_5 h3{
color:#000;
font-family: 'Prompt' !important;
}
#box_5 p.www{
font-size:16px;
  text-align:center;
}
#box_5 p.dolewej{
align-self:flex-start;
margin-left:20px;
}
@media(max-width:999px){
  #box_5{
  height:auto;
   padding:15px 0;
  }
  #box_5 p{
  font-size:14px;
  }
  #box_5 div.wrap {
    position: static;
    width: 80%;
    margin:0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    overflow-x: hidden;
}
  #box_5 h3{
  text-align:center;
  }
}