/* .location{
	margin-bottom: 0.4rem;
} */
.x-home-block{
	/* margin-bottom: 30px; */
}
.tomb-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}
.tomb-list li{
	padding: 10px 10px 0;
	background: #fff;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.06), -2px -2px 4px 0 rgba(0, 0, 0, 0.06);
	border-radius: 5px;
}
.tomb-list li .img-wrap .consult {
	width: 60%;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.tomb-list li .img-wrap .consult a{
	color: var(--white);
	font-size: 14px;
	padding: 6px 12px;
	line-height: 1;
	border-radius: 5px;
	text-align: center;
	/* background-color: rgba(54, 54, 54, 0.6); */
	background-color: var(--red);
}
.tomb-list li .img-wrap{
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
/* .tomb-list li .img-wrap img{
	transition: all 0.4s ease-in-out;
}
.tomb-list li:hover .img-wrap img{
	transform: scale(1.2);
}
.tomb-list li .img-wrap .overflow{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	padding: 0 20px;
} */
.tomb-list li .txt-wrap{
	text-align: center;
	font-size: 16px;
	color: var(--dark);
	padding: 8px;
}
/* .tomb-list li .txt-wrap ._name{
	font-size: 0.427rem;
}
.tomb-list li:hover .txt-wrap ._name{
	color: var(--dark);
}
.tomb-list li .txt-wrap ._stats{
	font-size: 0.32rem;
	color: var(--gray-dark);
	line-height: 1;
	margin: 10px 0;
}
.tomb-list li .txt-wrap ._stats span:nth-child(1){
	padding-right: 0.133rem;
}
.tomb-list li .txt-wrap ._stats span:nth-child(2){
	padding: 0 0.133rem;
	border-left: 1px solid var(--gray-dark);
	border-right: 1px solid var(--gray-dark);
}
.tomb-list li .txt-wrap ._stats span:nth-child(3){
	padding-left: 0.133rem;
}
.tomb-list li .txt-wrap ._price{
	font-size: 0.48rem;
	font-weight: bold;
	color: var(--red);
} */



@media (min-width: 992px){
	/* .location{
		margin-bottom: 30px;
	} */
	.tomb-list{
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
	.tomb-list li .img-wrap .consult{
		width: 40%;
	}
	.tomb-list li .img-wrap .consult a{
	    font-size: 14px;
	    padding: 8px 20px;
	}
	.tomb-list li .txt-wrap{
		padding: 15px 0;
	}
	/* .tomb-list li .txt-wrap ._name{
		font-size: 18px;
	}
	.tomb-list li .txt-wrap ._stats{
		font-size: 14px;
	}
	.tomb-list li .txt-wrap ._stats span:nth-child(1){
		padding-right: 10px;
	}
	.tomb-list li .txt-wrap ._stats span:nth-child(2){
		padding: 0 10px;
		border-left: 1px solid var(--gray-dark);
		border-right: 1px solid var(--gray-dark);
	}
	.tomb-list li .txt-wrap ._stats span:nth-child(3){
		padding-left: 10px;
	}
	.tomb-list li .txt-wrap ._price{
		font-size: 20px;
	} */
	
}