.fresh-content .wrapper-border {
	border: 1px solid #ebebeb;
	border-radius: 30px; 
	overflow: auto;
	padding: 10px;
}
.fresh-content #compatibility-wrapper {
	width: 100%;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom: 50px;
}
.fresh-content #hide-content {
	position: absolute;
	background: linear-gradient( 0deg, rgba(255, 255, 255, 1) 18%, rgba(255, 255, 255, 0.3) 70% );
	width: 100%;
	bottom: 0;
	height: 50px;
}
.fresh-content .show-content {
	position: absolute;
	width: 200px;
	height: 3em;
	background-color: #0082fa;
	margin: 0 auto;
	left: 0;
	right: 0;
	border: none;
	border-radius: 16px;
	font-size: .7em;
	color: white;
	bottom: 0;
}
.fresh-content #compatibility-wrapper.text-wrapped{
	overflow: hidden;
    line-height: 1em;
    height: 5em;
	padding-bottom: 0;
}
.fresh-content #compatibility-wrapper .col-md-3 {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	font-size: .7em;
	text-align: center;
}
.fresh-content #compatibility-wrapper strong {
	font-weight: 600;
}