section#features .wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:5%}section#features .wrapper .featureitem{position:relative;padding:10%;display:flex;flex-direction:column;gap:15px;z-index:1}section#features .wrapper .featureitem .bg{position:absolute;bottom:0;left:0;width:100%;height:80%;border-radius:25px;background:var(--background-gray);z-index:-1}section#features .wrapper .featureitem .image{border-radius:15px;background:var(--background-light);padding:5%}section#features .wrapper .featureitem .image img{width:100%;height:150px;object-fit:contain}@media screen and (max-width: 900px){section#features .wrapper{grid-template-columns:repeat(1,1fr);gap:0px}}
