.main-itm6 {
position: relative;
}
.main-itm6:before{
content: "";
font-size:50px;
position:absolute;
top:-5%;
left:-5%;
width: 110%;
height: 110%;
z-index: -111;
background: linear-gradient(to right, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 35%, rgba(254,254,254,1) 55%, rgba(209,209,209,1) 74%, rgba(209,209,209,1) 100%);
border: 1px solid lightgray;
}