.icon-cards__container{align-items:stretch;display:flex;flex-wrap:wrap;justify-content:space-around}.icon-card{background:#e0d5c0;background-color:#e0d5c0;flex-basis:30%;margin-bottom:60px;position:relative}.icon-card .icon-card__content{padding:60px clamp(15px,2vw,32px) clamp(15px,2vw,32px)}.icon-card :is(h1,h2,h3,h4,h5,h6){color:#1c1c1c}.icon-card .icon-card__img{background-color:#1c1c1c;border-radius:95px;height:95px;left:50%;max-height:95px;max-width:95px;min-height:95px;min-width:95px;position:absolute;top:-47.5px;transform:translateX(-50%);width:95px}.icon-card .icon-card__img img{height:54px;left:50%;object-fit:contain;position:absolute;top:50%;transform:translate(-50%,-50%);width:54px}@media screen and (max-width:1024px){.icon-card{flex-basis:47%}}@media screen and (max-width:800px){.icon-card{flex-basis:100%}}