.lab-list-item {
	overflow: hidden;
    border-radius: 20px;
    border: 1px solid #eee;
    box-shadow: 0px 2.5px 10px -1px rgb(0 0 0 / 5%);
    margin-bottom: 30px;
}

.lab-list-item-content {
	padding: 30px;
	text-align: center;
}

.lab-list-item-title {
	font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    text-align: center;
    margin-bottom: 10px;
}