#standard{

	background-color: #cdcbcb;
}
 .standard-box{
	display: flex;
	flex-direction: column;
	margin-top: 25px;
	border-radius: 20px;
	overflow: hidden;
	background:  #cdcbcb;
	box-shadow:   -16px -16px 14px #989696,	16px 16px 14px #ffffff;
	border: 2px solid #595959;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;

} 
 .box-title{
	padding: 20px 10px;
	text-align: center;
	background-color: #000;
	color: white;
	text-transform: capitalize;
	order: 1;
}
.coloumn-border-bottom{
	border-bottom:2px solid gray ;
}
.box-content{
	display: block;
	padding: 5px;
	text-align: center;
	color: black;
	text-transform: capitalize;
}
.o2{
	order: 2;
}
.o3{
	order:3;
}
.o4{
	order: 4;
}

._inner-title{
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 35%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    hyphens: manual;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
}
._inner-values{

    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    hyphens: manual;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
}
.ml-4{
	margin-left: 25px;
}
._inner-values span{
	font-size: 18px;
	font-weight: 600;
}
}