.counterWell { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; text-align: center;-ms-flex-wrap: wrap;flex-wrap: wrap; }
.countItem { width: 25%; }
.counterWell .countItem i { display: block }
.counterWell .countItem i svg { fill: #5c2e8b; height: 30px; width: auto; }
.counterNumber { line-height: 110%; font-size: 32px; margin: 0 }
.counterText { color: #040634; font-size: 14px; position: relative; margin: 16px 0; padding: 16px 0; }
.counterText:after { background: #040634; content: ''; display: block; position: absolute; width: 20px; height: 3px; top: 0; left: 50%; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); }
@media only screen and (max-width:640px) {
.countItem {
    width: 50%;
}	
}