.ha-feature-tile--horizontal{display:grid;grid-template-columns:1fr 2fr;padding:var(--tile-pad)}.ha-feature-tile--vertical{grid-template-columns:1fr;justify-items:center}.ha-feature-tile--horizontal .ha-feature-tile__icon img,.ha-feature-tile--vertical .ha-feature-tile__icon img{height:128px}.ha-feature-tile__icon img{margin-bottom:12px;width:auto}.ha-feature-tile__content h3{font-size:clamp(20px,2.3vw,24px);font-weight:600;line-height:clamp(28px,3vw,32px)}.ha-feature-tile__content p{font-size:clamp(14px,2vw,16px);line-height:clamp(20px,2.5vw,24px);margin:0}@media (max-width:767px){.ha-feature-tile{grid-template-columns:1fr 2fr;min-height:200px;width:100%}.ha-feature-tile__icon img{height:100px;margin-bottom:4px}}@media (max-width:1024px){.ha-feature-tile--horizontal,.ha-feature-tile--vertical{display:block;grid-template-columns:1fr;width:100%}}