﻿.features { display: flex; gap: 1.6rem; color: #fff; align-items: center; }
.feature {display: flex; flex-direction: row; align-items: center; font-size: 2.1rem;flex-shrink: 0;font-weight: 900;font-family: var(--ff-heading); }
.feature__icon { font-size: 1.8rem; width: 4rem; height: 4rem; display: inline-flex; align-items: center;place-content:center; /*border: 1px solid currentColor;*/ border-radius: 50%; }
.feature__label { line-height: 1.3;text-shadow: 0 0 .8rem rgba(0, 0, 0, .8);font-family: var(--ff-heading); }
.feature__label span{font-family: var(--ff-heading); }

.feature__label-persone span:last-of-type{display:none}
.feature__label-petfriendly{display:none}