.box_form
{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.box-li
{
	position: relative;
	float: left;
	font-size: 14px;
	color: #33334f;
}

.box-box
{
	border: 1px solid #efefef;
	border-radius: 20px;
	padding: 20px 50px 20px 50px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.box-img
{
	width: 200px;
	height: auto;
}

.box-ammo
{
	width: 20px;
}

.box-ammotxt
{
	color: #cc1f90;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
}

.box-count
{
	margin-top: 10px;
	font-size: 12px;
}

.box-probtxt
{
	font-size: 15px;
	line-height: 28px;
	padding-bottom: 14px;
	position: relative;
}

.box-prob
{
	font-size: 12px;
}



.section-padding
{
	padding-top: 20px;
}