@charset utf-8;

.service-table h4 {
	text-align:left;
	margin: 0;
}
.service-table ul {
	list-style-type: disc;
	padding-left: 1.5rem;
}
a.service-table:hover {
	text-decoration: none;
}

.service-table div {
	margin: 0 0 1rem;
}

.table-cell-list {
	display: none;
}
.service-table div:first-child {
	    text-align:center;
}


@media screen and (min-width:52.5em){
#service-cost .card {
	border: none;
	    padding: 0;
	    box-shadow: none;
	    display: flex;
	    margin-bottom: 0;
	    border-radius: 0;
}

.service-table h4 {
	display: none;
}
.service-table h3 {
	 font-size: .875rem;
	  color: #7aab80;
	  text-align: left;
	  margin-top: 0;
}
.service-table div,
.table-cell-list li {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0;
	    font-size: .875rem;
	padding: 1rem;
	width: 20%;
}
.table-cell-list li:nth-last-child(2),
.service-table div:nth-last-child(2) {
	width: 60%;
}
.service-table div:first-child {
	background: rgba(0,0,0,.05);
	    text-align:left;
}
.service-table div:last-of-type,
.table-cell-list li:last-child {
	border-right: 1px solid #ccc;
}
#service-cost .service-table:last-of-type {
	border-bottom: 1px solid #ccc;
}

.service-table:hover {
	background: rgba(122, 171, 128, 0.1);
}

.table-cell-list {
	display: flex;
	text-align:center;
	background: rgba(0,0,0,.05);
	font-weight:bold;
}

}