﻿.list_carousel {}
.list_carousel ul {
    margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	margin: 10px;
    height:400px;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}

.button h3{
	text-decoration-line: none;
	font-size: 15px;
	color: rgba(254, 0, 0, 1);
}