

.theme-h .ps-cards {
	overflow:hidden;
}

.theme-h .ps-card {
	overflow:hidden;
	margin-bottom: 20px;

	border: 1px solid #ddd;
	padding: 0;
	border-radius: .8em;

	display: flex;
	justify-content: space-between;
	align-items:center;
}

.ps-card .ps-info {
	display:flex;
	align-items:center;
	gap: 40px;
}

.ps-card a.button {
	padding: 10px 40px;
	border-radius: 15px;
	font-size: 14px;
	background: #eee;
	color: #000;
	border: 1px solid #e7e7e7;
}
.ps-card a.button:hover {
	background: #e5e5e5;
	border: 1px solid #bdbdbd;
	color: #000;
}

.theme-h .ps-badge-cont {
	margin-bottom: 1em;
	margin-top: -8px;
}
.theme-h .ps-badge {
	display:inline;
	border-bottom: 2px solid #86b1f9;
	color: #000;
	padding: 0 .1em .4em .1em;
	font-size: 13px;
	font-weight: 300;
}
.theme-h h4 {
	font-family:Roboto,sans-serif;
	font-size: 18px;
	font-weight: 600;
}
.theme-h p {
	font-family:Roboto,sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #777;
	margin-bottom: 0;
	line-height: 1.2;
}

.theme-h .ps-card img {
	height:100px;
}


.theme-h .ps-price {
    border-left: 2px solid #f1f1f1;
    padding: 0 55px 0 60px;
}
.theme-h .ps-price-val {
	font-family: 'Roboto';
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 7px;
	text-align: center;
}





