#box_5{
  height:500px;
  position:relative;
  border-top: solid;
  border-width: 3px;
  border-color:#0DBFEB;
}
#box_5 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;
  right:20px;
  top:60px;
  width:600px;
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:20px;
  overflow-x:hidden;
}
#box_5 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_5 a:hover{
transform:translateY(-4px);
background:#0DBFEB;
}

#box_5 h4{
color:#646464;
font-family:'Prompt';
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;
  }
}