 

.catch-box {
margin: 30px 10px;
background: #ccedd8;
border-radius:15px;
position: relative;
padding:50px 20px 20px;
margin-bottom:20px;
}
.catch-box  .box-title {
width:80%;
font-size: 1.6rem;
background: #00a73c;
padding: 15px 5px;
text-align: center;
color: #FFF;
font-weight: bold;
 letter-spacing: 0.05em;
border-radius:30px;
margin:0 auto;
position: absolute;
top:-10px;
left:10%
line-height: 1.5;
}
.catch-box  p {
padding:1px 0;
margin: 0;
}