#features_b h2 
{
	color: #444;
	text-align: left;
}
#old_feature_text
{
	font-size: 20px;
}
#features_b, #old_feature_text
{
	margin-top: 30px;
}
.mark_i
{
	float: left;
	width: 40px;
	font: normal normal normal 36px/40px FontAwesome;
}
.mark_i:after
{
	content: "\f058";
}
.feature_text
{
	width: calc(100% - 45px);
	float: left;
}
.feature_b
{
	cursor: pointer;
	float: left; 
	width: 32%;
	margin-right: 1%;
	margin-bottom: 10px;
	background:#fbfbfb;
	border:1px solid #ddd;
	padding:12px;
}
.feature_b:hover
{
	color: #ff4800;
}
.mark_i.mark_uncheck:after
{
	content: "\f056";
}

.testimonial-box {
	background-color:#fff;
	border:1px solid #ccc;
	padding-top:10px;
	min-height:280px;
}
.yellow-out {
    display: inline-block;
    margin: 0 auto !important;
    width: auto;
    background: #ffcb3f;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);
    border-radius: 0 20px;
    padding: 10px 107px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    text-align: center;
    letter-spacing: .01em;
    color: #221515;
    margin: 0 auto !important;
    text-align:center;
}

.loaded {
	max-width:100px;
}
