.block-market {
	width: 100%;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	background: var(--color-dark);
	color: var(--color-white);
	border-radius: 8px;
	padding: 25px 20px;
	height: 100%;
}

.block-market-icon img {
	max-width: 24px;
}
.block-market-icon {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}

.block-market h5 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 400;
	transition: all .3s ease-in-out;
}

.block-market:hover,
.block-market:hover h5 {
	color: var(--color-white);
}

@media screen and (min-width: 1025px) {
	.block-market h5 {
		font-size: 24px;
	}
}
