strong a img {
	max-height: 100px;
	max-width: unset !important;
}

.col-item .txt-img-wrapper {
	min-height: unset !important;
}

.tangle-promotion {
	max-width: 100%;
	object-fit: cover;
	height: 120px;
}

@media (max-width: 863px) {
	.brand-desc {
		height: 150px;
	}
}

@media (max-width: 799px) {
	.brand-desc {
		height: unset;
		margin-bottom: 15px !important;
	}
	
	.tangle-promotion {
		height: 350px;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}

@media (min-width: 863px) {
	.brand-desc {
		height: 135px;
	}
}

@media (min-width: 1000px) {
	.brand-desc {
		height: 150px;
	}
}

@media (min-width: 1082px) {
	.brand-desc {
		height: 125px;
	}
}

@media (min-width: 1174px) {
	.brand-desc {
		height: 115px;
	}
}