.home-banner{margin:5px -10px 15px;display:flex}.home-banner>div{display:flex}.home-banner__item{flex:1 1 100%;padding:17px;margin:0 0 20px;align-items:center;border-radius:var(--border-radius-1);background:var(--home-banner-bg);display:flex}.home-banner__item:after{transform:scale(0);right:10px;transition:all .15s linear;content:"";position:absolute;bottom:20px;top:0;background:rgba(0,0,0,.015);left:10px}.home-banner__item:hover:after{transform:scale(1)}.home-banner__item.link{cursor:pointer}.home-banner__icon{font-size:3em;color:var(--home-banner-icon-c);min-width:1.25em}.home-banner__image{height:auto;max-width:55px;max-height:55px;width:auto}.home-banner__text{height:100%;padding:0 0 0 15px;justify-content:space-evenly;color:var(--home-banner-text-c);flex-direction:column;word-wrap:break-word;display:flex}.home-banner__text-1{font-weight:700;margin:0 0 5px}.home-banner__text-1.link{text-decoration:underline dotted}@media (min-width:575px) and (max-width:757px){.home-banner>div{width:50%}}