.dbox {
position: relative;
background: rgb(255, 86, 65);
background: -moz-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
background: -webkit-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
background: linear-gradient(to bottom, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
border-radius: 4px;
text-align: center;
margin: 60px 0 50px;
}
.dbox__icon {
position: absolute;
transform: translateY(-50%) translateX(-50%);
left: 50%;
}
.dbox__icon:before {
width: 75px;
height: 75px;
position: absolute;
background: #fda299;
background: rgba(253, 162, 153, 0.34);
content: '';
border-radius: 50%;
left: -17px;
top: -17px;
z-index: -2;
}
.dbox__icon:after {
width: 60px;
height: 60px;
position: absolute;
background: #f79489;
background: rgba(247, 148, 137, 0.91);
content: '';
border-radius: 50%;