.sd-count {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #153cba;
}

.sd-count .sd-count-icon {
	position: relative;
	height: 130px;
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 10px;
}

.sd-count .sd-count-icon svg {
	position: absolute;
	height: 100%;
	width: 100%;
}

.sd-count .sd-count-number {
	position: relative;
}

.sd-count .sd-count-number p {
	margin: 0;
	font-weight: bold;
	font-size: 50px;
}

.sd-count .sd-count-text p {
	margin: 0;
	text-align: center;
}

.sd-count.margin-top-10px {
	margin-top: 10px;
}

.sd-count.margin-top-20px {
	margin-top: 20px;
}

.sd-count.margin-top-30px {
	margin-top: 30px;
}

@media screen and (max-width: 1600px) {
	.sd-count .sd-count-icon {
		height: 108px;
		width: 100px;
		margin-bottom: 8px;
	}

	.sd-count .sd-count-number p {
		font-size: 42px;
	}

	.sd-count.margin-top-10px {margin-top: 8px;}
	.sd-count.margin-top-20px {margin-top: 17px;}
	.sd-count.margin-top-30px {margin-top: 25px;}
}

@media screen and (max-width: 1400px) {
	.sd-count .sd-count-icon {
		height: 95px;
		width: 88px;
		margin-bottom: 7px;
	}

	.sd-count .sd-count-number p {
		font-size: 37px;
	}

	.sd-count.margin-top-10px {margin-top: 7px;}
	.sd-count.margin-top-20px {margin-top: 15px;}
	.sd-count.margin-top-30px {margin-top: 22px;}
}