.tt-count-info {
	background-color: #0b163f;
	padding: 45px 30px;
	text-align: center;
	border-radius: 15px;

	&__icon {
		margin-bottom: 15px;
		i {
			display: inline-flex;
			color: #ffc107;
			font-size: 38px;
			margin-right: 5px;
		}
	}

	&__title {
		display: inline-block;
		margin: 0;
		line-height: 1;
		color: #fff;
		font-size: 40px;
	}

	&__description {
		color: #d6d5e1;
		margin-bottom: 0;
	}

	&__logo {
		margin-top: 30px;

		img {
			height: 24px !important;
		}
	}
}