.washing-item-photo img{
	width: 100%;
	height: auto;
	border-radius: 25px;
}
.washing-item-body{
	border-bottom: 1px solid #0c0c0c;
	padding: 15px 30px;
}
.washing-list{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.washing-item-body:first-child {
	border-top: 1px solid #0c0c0c;
}
.washing-item-body a{
	color: #0c0c0c;
}
.arrow{
	width: 40px;
	height: 40px;
	background: #DEDEDE;
	border-radius: 50%;
	border:1px solid #DEDEDE;
	padding-top: 7px;
	padding-left: 7px;
	box-shadow: 0 2px 5px rgba(122, 122, 122, 0.2);
}
.washing-item-body.hovering .arrow{
	background: #e31e24;
	color: #000000;
}
.arrow svg{
	width: 25px;
	height: 25px;
	fill: #FFFFFF;
}