.home-banner{display: flex;margin: 5px -10px 15px}
.home-banner > div{display: flex}
.home-banner__item{display: flex;align-items: center;flex: 1 1 100%;margin: 0 0 20px;padding: 17px;border-radius: var(--border-radius-1)}
.home-banner__item.link{cursor: pointer}
.home-banner__icon{min-width: 1.25em;font-size: 3em;color: var(--home-banner-icon-c)}
.home-banner__image{width: auto;height: auto;max-width: 55px;max-height: 55px}
.home-banner__text{display: flex;flex-direction: column;justify-content: space-evenly;height: 100%;padding: 0 0 0 15px;color: var(--home-banner-text-c);word-wrap: break-word}
.home-banner__text-1{margin: 0 0 5px;font-weight: 500}
.home-banner__text-1.link{text-decoration: underline dotted}


@media (min-width:575px) and (max-width:757px){
	.home-banner > div {width:50%}
}