.features-icons{--blob-bg:rgba(188, 104, 68, 0.4);--text-color:#2e1e0f;--section-bg:#ffffff;--label-size:18px;--label-weight:600}.features-icons__container{max-width:1200px;margin:0 auto;padding:0 20px}.features-icons__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px 20px;justify-items:center}@media screen and (min-width:750px){.features-icons__grid{grid-template-columns:repeat(4,1fr);gap:10px}}.features-icons__item{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.features-icons__blob{width:160px;height:160px;position:relative;display:flex;justify-content:center;align-items:center;margin-bottom:24px;transition:transform .3s ease}.features-icons__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;color:var(--blob-bg)}.features-icons__bg svg{width:100%;height:100%;display:block}.features-icons__blob:hover{transform:scale(1.05)}.features-icons__icon{width:80px;height:80px;display:flex;justify-content:center;align-items:center;position:relative;z-index:2}.features-icons__icon img,.features-icons__icon svg{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.features-icons__label{color:var(--text-color);font-size:var(--label-size);font-weight:var(--label-weight);line-height:1.2;margin:0;max-width:200px}@media screen and (max-width:576px){.features-icons__grid{grid-template-columns:repeat(2,1fr);gap:10px}}@media screen and (max-width:749px){.features-icons__blob{width:120px;height:120px}.features-icons__icon{width:60px;height:60px}.features-icons__label{font-size:calc(var(--label-size) * .9)}}