/* ----------------------------
## Custom Styles
---------------------------- */
.yosh-muffler-container {
	display: -webkit-flex;
	display: flex;
	background-color: #F3F3F3;
}

.yosh-muffler-image {
	align: right;
	margin-top: 10px;
	width: auto;
	height: auto;
}

.yosh-muffler-text {
	margin: 10px;
	width: 55%;
	height: auto;
}

