.about-item-body{
	background-color: #E4DED3;
    color: #fff;
	padding: 2rem;
	border-radius: 1.2rem;
	text-align: center;
}
.about-item-body b{
	font-size: 1.6em;
}
.about-item-body p{
	margin-top:  30px;
	font-weight: 600;
	font-size: 1.1em;
}
.about-item-body img{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.about-item{
	margin-bottom: 10px;
}
.yellow{
	color: #ffcb00;
}
.red{
	color: #d92227;
}
.blue{
	color: #0185cf;
}
.about-item-body p{
	color:#000;}
/*.about-item-body:first-child{
	padding-left: 0px!important;
}*/
.my-company>.row{
	padding: 0px;
	margin-left: -12px;
	margin-right: -12px;
}

.about-item:first-child {
	padding-left: 0px!important;
}
.about-item:last-of-type{
	padding-right: 0px!important;
}