// counter
.counterup-area {
	padding: 80px 0;
}
.test-img {
	img {
		height: 40px;
		width: 40px;
		border-radius: 50%;
		margin-right: 15px;
	}
}
.count {
	font-size: 50px;
	line-height: 65px;
	margin: 0 0 5px;
}
.count-title {
	font-size: 18px;
	line-height: 30px;
	color: $gray-color;
}
.counter-widget{
	&.style2 {
		.count {
			font-size: 72px;
			line-height: 74px;
			font-weight: 700;
			color: #161851;
		}
	}
}
@media (min-width: 767px) {
	.vertical-devider {
		border-right: 1px solid $border-color2;
	}

	.test-title {
		font-size: 30px;
		line-height: 36px;
	}
}
@media (min-width: 991px) {
	.counterup-area {
		padding: 120px 0;
	}
	.count-title {
		font-size: 24px;
		line-height: 36px;
		color: $gray-color;
	}
	.counter-left {
		padding-left: 30px;
	}
	.count {
		font-size: 90px;
		line-height: 105px;
		margin: 0 0 5px;
	}
}

/* Funfact Section - Start */
.funfact-title {
	font-size: 60px;
	line-height: 1.1;
	font-weight: 700;
	margin-bottom: 50px;
}

.client-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
	strong {
		color: #80376B;
		font-weight: 700;
	}
}

.client-logo-list {
	margin: -15px -30px;
	>li {
		max-width: 200px;
		padding: 15px 30px;
	}
	a {
		display: block;
	}
}

.funfact-content-wrap {
	.client-logo-list {
		margin: -15px;
		>li {
			padding: 15px;
			max-width: 138px;
		}
	}
}
/* Funfact Section - End */