

.stat-scroll-animation {
	.intro {
		h2 {
			font-size: 30px;
			font-weight: 600;
			margin-bottom: 20px;
		}
	}

	.tab-control {
		border-bottom: 4px solid #C5E5EC;


		&.active {
			border-bottom: 4px solid #005ead;
			font-weight: 800;
		}
	}

	.btn-text {
		border-bottom: 1px solid #005ead !important;

		&:hover {
			border-bottom: 1px solid #C5E5EC;
		}
	}

	.stats {
		.stat {
			color: #005ead;
			font-size: 40px;
			line-height: 1;
		}

		.description {
			color: #005ead;
			font-size: 1.5rem;
			line-height: 2rem;
		}
	}
}