Код:
<!--HTML-->
<div class="ask-main"><div class="ask">
<div class="ask-up">
<p class="ask-title">ВОПРОСЫ И ПРЕДЛОЖЕНИЯ</p>
</div>
<div class="ask-description-img"><p class="ask-description">
текст текст текст 
</p></div>

</div></div>

<style>
.ask-main {
width: 569px;
}

.ask {
max-height: 220px;
margin-bottom: 90px;
background: #d9d6cd; 
position: relative;
left: 50px;
z-index: 10; 
top: 90px;
outline: 5px solid #839470;
outline-offset: -5px; 
}

.ask-up {
background-image: url(https://i.imgur.com/mJBS0fG.png); 
width: 570px;
height: 99px;
background-size: 100%;
z-index: 100; 
position: relative;
top: -90px;

}

.ask-description {
width: 275px;
height: auto;
top: 20px;
left: 155px;
font-family: arial;
font-size: 11px;
color: #56614a;
position: relative;
}

.ask-description-img {
background-image: url(https://i.imgur.com/Ksh9oRf.png);  
background-repeat: no-repeat;
background-size: 100%;
width: 450px;
height: 158px;
position: relative;
left: 50px;
top: -60px;
 background-color: rgba(255,255,255,0.5);
}

.ask-title {
font-family: Franklin Gothic Medium;
font-size: 18px;
position: relative;
left: 155px;
top: 65px;
color: #e4e2dc;
letter-spacing: 1px;
text-transform: uppercase; 
color: rgba(100%,100%,0,0.5);
}

</style>