.pict-encoding
{
	max-width: 400px;
	margin: 0 0 20px 50px;
	float: right;
	border-radius: 10px;
	overflow: hidden;
}
.h3-orange
{
	color: #F14D28;
	text-align: center;
	margin-top: 40px;
	text-transform: uppercase;
	clear: both;
}
OL.best
{
	list-style: none;
	margin: 0 0 50px 0;
	padding: 20px;
	background: #F5F5F5;
	text-align: center;
}
.gray_line_encoding OL.best
{
	background: #FFF;
}
OL.best LI
{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 5px;
	font-size: 18px;
}
OL.best LI:before
{
	font-family: "Font Awesome 5 Free";
	font-size: 1.3em;
	color: #F14D28;
	margin-right: 7px;
	vertical-align: -2px;
	content: "\f058";
}
.all_panel_resources_id-card-visual-security OL.best LI
{
	display: block;
}
@media (max-width: 575px)
{
	.pict-encoding
	{
		/*max-width: 150px;*/
		float: none;
		margin: 20px 10px;
	}
}
@media (min-width: 576px) and (max-width: 767px)
{
	.pict-encoding
	{
		max-width: 150px;
	}
}
@media (min-width: 768px) and (max-width: 991px)
{
	.pict-encoding
	{
		max-width: 250px;
	}
}
@media (min-width: 992px) and (max-width: 1199px)
{
}
@media (min-width: 1200px)
{
}
