.hero-cards .cards-wrapper{display:flex;flex-direction:column;gap:16px;justify-content:space-between}.hero-cards .cards-wrapper .item{border:2px solid var(--primary-color);border-radius:24px;color:var(--black);display:flex;flex-direction:row;gap:16px;transition:all .5s}.hero-cards .cards-wrapper .item .icon{min-height:32px;min-width:32px}@media (min-width:768px){.hero-cards .cards-wrapper{flex-direction:row;gap:24px}.hero-cards .cards-wrapper .item{flex-direction:column;width:232px}.hero-cards .cards-wrapper .item .icon{min-height:40px;min-width:40px}}@media (min-width:1200px){.hero-cards .cards-wrapper{gap:32px}.hero-cards .cards-wrapper .item{flex-direction:row;width:317px}.hero-cards .cards-wrapper .item:hover{box-shadow:0 0 0 2px var(--primary-color)}}