
Garmin inReach® Mini 2
/* General styles for feature cards */ .app__feature__card { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 15px; } /* Top section icons */ .app__feature__card img { max-width: 50px; margin-bottom: 10px; } /* Bottom section larger images */ .app__feature__card.large img { width: 300px; max-width: 100%; margin-bottom: 10px; } .app__feature__card__title { font-size: 1.2em; font-weight: bold; margin-bottom: 5px; } .app__feature__card__description { font-size: 1em; margin-top: 5px; } /* Layout adjustments */ .app__column-layout { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } /* Three-column layout for the top section */ .app__column-layout__column--3 { flex: 1 1 calc(33.33% - 20px); min-width: 250px; } /* Two-column layout for the bottom section */ .app__column-layout__column--2 { flex: 1