.massage-gallery-programs {
    display: inline-block;    
}

.massage-gallery-programs-box table {
	width: 300px;
    display: inline-block;
    border: none;
}
.massage-gallery-programs-box table tr {
    display: flex;
}

.massage-gallery-programs-box table tr:first-child {
	background: #878787;
}
.massage-gallery-programs-box table td {
    width: 25%;
	text-transform: uppercase;
    text-align: center;
    font-size: 60%;
    height: 55px;
}
.massage-gallery-programs-box table tr td {
    padding: 5px 10px;
	border: 1px solid #b5b5b5;
}
.massage-gallery-programs-box .info-desc {
	font-weight: 700;
	color: #fff;
}
