.box_supports {
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
}
.box_supports .item{
	display: flex;
	column-gap: 10px;
	align-items: center;
	margin: 15px 0;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
	box-sizing: border-box;
	padding: 10px 5px;
	border-radius: 10px;
	border: 1px solid var(--main-color);;
}
.box_supports .item:first-child {
	row-gap: 10px;
}
.box_supports .item:first-child strong{
	color: #e52929;
}

.box_supports .item .icon {
	width: 50px;
	display: flex;
	justify-content: center;
}

.box_supports .item .icon i{
	font-size: 30px;
	color: var(--main-color);
}

.box_supports .item .content {
	flex: 1;
	display: flex;
}