.blocks-wrapper {
	display: flex;
	gap: 23px;
	margin-bottom: 28px;
}

.block-wrapper {
	width: 180px;
}

.thumb-wrapper {
	padding: 17px;
	margin-bottom: 14px;
	transition: all 0.2s;
	background-color: #F3F3F3;
}

.thumb-wrapper a {
	display: block;
	padding-top: 100%;
	position: relative;
}

.thumb-wrapper img {
	position: absolute;
	left: 0;
	top: 0;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.block-title a {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
	color: #151921 !important;
	transition: all 0.2s;
	padding: 0 10px;
	display: block;
	white-space: normal;
}

.block-wrapper:hover .block-title a {
	color: #FF6600 !important;
	transition: all 0.2s;
}

.block-wrapper:hover .thumb-wrapper {
	transition: all 0.2s;
	background-color: #F9F2EE;
}

@media (max-width: 991px) {
	
	.thumb-wrapper a {
		padding-top: 90.16%;
	}
	
	.block-wrapper {
		width: 122px;
	}
	
	.thumb-wrapper {
		width: 96px;
		padding: 13px;
		margin-bottom: 7px;
	}
	
	.blocks-wrapper {
		gap: 14px;
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 0;
	}
	
	.block-wrapper:first-of-type {
		margin-left: 15px;
	}
	
	.block-wrapper:last-of-type {
		margin-right: 15px;
	}
	
	.blocks-wrapper::-webkit-scrollbar { 
		display: none;  /* Safari and Chrome */
	}
	
	.blocks-wrapper {
		white-space: nowrap;
		overflow-x: auto;
	}
	.block-wrapper {
	}
}
