@media (max-width: 768px) {
	.pro-description-data-custom.expanded {
		max-height: none;
	}
	
	.pro-description-data-custom.expanded::after {
		display: none;
	}
}

@media (min-width: 769px) {}