.hme04_cards{display:grid;gap:1.2rem;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:768px){.hme04_cards{gap:1rem;grid-template-columns:repeat(2,1fr)}}.hme04_cards .item{background-color:#f4f4f4;border-radius:6px;color:inherit;display:grid;gap:0;grid-row:span 3;grid-template-rows:subgrid;padding:.7rem 1rem 2.4rem;position:relative;text-align:center;text-decoration:none}@media screen and (max-width:768px){.hme04_cards .item{padding:1rem 1rem 3rem}}.hme04_cards .item .label{color:#19a3a3;font-size:2.2rem;font-weight:600;line-height:1;margin:0 0 .8rem;text-align:left}@media screen and (max-width:768px){.hme04_cards .item .label{font-size:1.8rem;margin-bottom:1rem}}.hme04_cards .item .title{align-items:center;display:flex;font-size:2rem;font-weight:500;justify-content:center;line-height:1.6;margin:0 0 1.6rem}@media screen and (max-width:768px){.hme04_cards .item .title{font-size:1.6rem;margin-bottom:2rem}}.hme04_cards .item .image{margin:0;padding:0 2rem}.hme04_cards .item .icon{align-items:center;background-color:#fff;border-radius:6px;bottom:2.3rem;display:flex;height:3rem;justify-content:center;position:absolute;right:1rem;width:3.2rem}@media screen and (max-width:768px){.hme04_cards .item .icon{bottom:1rem}}.hme04_cards .item .icon svg{display:block;height:auto;fill:#19a3a3}