.question-list{
	margin-top: 50px;
}
.container h1{
	text-align: center;
	margin-bottom: 50px;
	padding-top: 50px;
}
.row-washing-list-title .col-item-washing{
	text-align: center;
}
.col-item-washing{
	text-align: left;
	padding: 15px 20px;
}
.row-washing-list{
	align-items: center;
}
.row-washing-list-title{
	color: #E60000;
}
.row-washing-list:nth-child(2n){
	background: #f9f9f9;
}
.col-item-service{
	text-align: center;
}
@media (max-width: 768px) {

	.row-washing-list-title{
		display: none!important;
	}
	.col-item-washing, .col-item-service{
		padding-left: 10px!important;
	}
	.col-item-washing{
		text-align: center;
		font-size: 1.3em;
		color:#E60000;
	}
	.col-item-washing{
		color: #000000;
	}
	.col-item-washing b{
		color: #E60000;
	}
}