@charset "utf-8";
/* CSS Document */
#oem{
	padding-top:30px;
	padding-bottom:70px;
	}
#oem .oem-content .col-md-12 h3{
	font-size: 18px;
        font-weight: bold;
	margin:10px 0;
	}
#oem .oem-content .col-md-12 p{
	text-indent: 2em;
    	font-size: 16px;
    	color: #888;
	margin:10px 0;
}
#oem .oem-content .col-md-4 {
	padding:10px;
}
.oem-photo{
	padding:25px;
}
.oem-content-text{
	display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
}