@media (min-width: 576px) {
body.sidebar-none .entry-content {
    padding: 0;
}
}

.single-services h2 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
}

.edges-pic {
    width: 458px;
    display: table-cell;
    padding-right: 30px;
}

.edges-pic img {
    border-radius: 20px;
}

.edges-desc {
    display: table-cell;
    vertical-align: top;
}

.edges-desc h2 {
    margin-top: 0;
}

p.ser_txt {
	margin-bottom: 0;
}

.serv-list {
	display: table;
	min-height: 70px;
}

.serv-list .marker {
    background: url(serv-list.png) no-repeat left top;
	min-width: 70px;
	display: table-cell;
}

.serv-list .list-content {
    vertical-align: middle;
    display: table-cell;
}

table.price_table {
    border: none;
    border-collapse: collapse;
}

table.price_table td {
    border-top: none;
	border-left:none;
	border-right: none;
	border-bottom: 1px solid #fdb902;
	padding-right: 150px;
}

table.price_table .bold_brdr {
	border-bottom: 2px solid #fdb902;
}

.formplace {
    padding-top: 30px;
}

h2.bigh2 {
	font-size:32px;
}

