.info-cards__inner{display:flex;flex-wrap:wrap;gap:8px;max-width:var(--page-width);margin:0 auto}@media screen and (min-width:990px){.info-cards__inner{gap:10px}}.info-cards__item{position:relative;width:100%}@media screen and (min-width:990px){.info-cards__item{flex:1 1 calc(33.333% - 10px)}}.info-cards__item::before{content:"";position:absolute;background-color:rgba(0,0,0,.2);height:100%;width:100%}.info-cards__item img{width:100%;max-width:100%;object-fit:cover;height:430px;display:flex}@media screen and (min-width:990px){.info-cards__item img{height:revert-layer}}.info-cards__item-inner{position:absolute;bottom:15%;left:5%;z-index:2;max-width:90%}.info-cards__item-image{display:flex}.info-cards__item-image svg{width:100%}