.happinessringspage.grounded .main-section{
	margin-top: -50px;
}

.happinessringspage.grounded .section.main-section{
	background-image: url('../img/background_grounded.jpg');
	background-size: cover;
	background-position: center center;
}
.happinessringspage.grounded .main-section h1,
.happinessringspage.grounded .main-section p{
	color: white;
}

.happinessringspage.grounded .gradient-custom{
	    background: linear-gradient(0deg, #F5C8B4 0.41%, #fff9f0 99.59%);
	    color: #362349;
}
.happinessringspage.grounded .gradient-white{
	color:#362349;
}

.happinessringspage.grounded .accordion .card-header{
border-radius: 13px;
background: linear-gradient(270deg, #362349 0%, #57387A 50.48%, #A962A4 100%);
}
.happinessringspage.grounded .wrap-contact{
	background: linear-gradient(270deg, #362349 0%, #57387A 50.48%, #A962A4 100%);
}
.happinessringspage.grounded footer{
    background-image: url(../img/groundedfooterbg.svg);
}
@media screen and (max-width: 768px) {
    .happinessringspage.grounded .phone-left-right-section {
        width: 300px;
    }
}