/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Jul 30 2021 | 03:20:11 */
.top-10-control{
	width: 20%;
	margin-top: 16px;
}

.top-10-img{
	width: 150px;
	height: 150px !important;
	object-fit: contain;
}

.top-10-text{
	margin-top: 12px;
	font-size: 18px;
	color: #333;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}

@media only screen and (max-width:768px) {
	.top-10-control{
		width: 50%;
	}
}

