.icon-card{width:100%;max-width:360px;margin-left:auto;margin-right:auto;height:calc(100% - 1rem);margin-bottom:1rem;text-align:center;background-color:#458ac9}.icon-card__ico-wrapper{display:-ms-flexbox;display:-webkit-flex;display:flex;width:100%;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;position:relative;z-index:1}.icon-card__ico-wrapper::after{content:'';display:block;position:absolute;top:0;right:0;bottom:50%;left:0;background-color:#fff;z-index:-1}.icon-card__icon{flex:0 0 auto}.icon-card__body{color:#fff;padding:2rem}.icon-card__title{color:#fff;text-transform:uppercase;line-height:1.1}@media screen and (min-width:768px){.icon-card{min-height:486px}}