.maincontent {
    max-width: 100%;
    width: 100%;
    padding: 0;
    border: 0;
}

.btn.btn-primary {
    border: 3px solid #0a0a0a;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    padding: 12px 0;
    background: #0a0a0a;
    width: 40%;
}

.btn.btn-primary:hover {
    background-color: var(--accent-color);
    color: #0a0a0a;
    border: 3px solid var(--accent-color);
}

.svc-item {
    background-color: #ffffff;
}

.intro-content {
    text-align: center;
}

.svc-banner {
    background-image: url(/imageserver/UserMedia/shine/cs-svc-bg.jpg);
}

#makeupsvg {

    max-width: 200px;
}

#facialsvg {
    max-width: 125px;
    max-height: fit-content;
}

.add-list {
    justify-content: center;
}

.svc-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.svc-item{
min-width: 300px;
max-width: 300px;
display: flex;
flex-direction: column;
justify-content: center;
}

.price-row {
	gap: 30px;
	max-width: 1800px;
	margin-inline: auto;
width: 98%;
}

.price-item {
	display: flex;
	flex-flow: row;
	max-width: 1600px;
	width: 100%;
}

.svc-item-image {
	padding: 10%;
	border-bottom: none;
	width: 48%;
}

.price-item-text {
	width: 48%;
}

#additional-svc .price-item-text {
width: 96%;
}

.pricing-content {
	background: #fff;
	padding: 20px 25px 30px;
	border-radius: 0px;
	box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.15);
}

.pricing-title {
	background: var(--accent-color);
	border-radius: 0px;
	box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.15);
}

.pricing-title h3 {
	margin-block: 0;
}

.pricing-btn, .member-btn {
	border-radius: 25px;
}

@media (max-width: 981px) {
.price-item {
	flex-flow: row wrap;
justify-content: center;
}

.svc-item-image {
	padding: 15%;
	border-bottom: none;
	width: 90%;
}

.price-item-text,
#additional-svc .price-item-text { 
	width: 90%;
}

}