.causes-item--primary .causes-item__top {
	height: 140px;
}
.donors-slider__img {
	background-color: #fff;
}
.counter-item__lower,.js-counter {
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
}
.counter-item--style-1 .counter-item__title {
	font-size: 16px;
}
.counter-item__title {
	height: 50px;
}
.counter-item.counter-item--style-1 {
	padding: 20px 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: .5s all;
}
.counter-item.counter-item--style-1:hover {
	transform: scale(1.1);
}
