
h2.belka{
width :auto;
   background: -webkit-linear-gradient(top, #F5EDE5 0, #E7D3C0 100%) no-repeat;
   background: -moz-linear-gradient(top, #F5EDE5 0, #E7D3C0 100%) no-repeat;
   background: -o-linear-gradient(top, #F5EDE5 0, #E7D3C0 100%) no-repeat;
   background: -ms-linear-gradient(top, #F5EDE5 0, #E7D3C0 100%) no-repeat;
   -svg-background: linear-gradient(top, #F5EDE5 0, #E7D3C0 100%) no-repeat;
   background: linear-gradient(to bottom, #F5EDE5 0, #E7D3C0 100%) no-repeat;
   padding:15px;
   border:1px solid #F5EDE5;
   -webkit-border-radius:20px;
   -moz-border-radius:20px;
}
