.grey-bg{
    background: var(--light-lav-bg-color);
}
.container-750 .desc {
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 48px;
}
.desc-box-dark-bg .container-750 .desc {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}
.desc-box-dark-bg .container-750 .desc h2 {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .editor-blade {
        margin-top: 40px;
    }
	
     .desc p strong {
        text-align: center;
        display: block;
    }
    .container-750 .desc{
        margin-bottom: 40px;
    }
    .menu-wrapper:before {
        content: "";
        width: 453px;
        height: 345px;
        border-radius: 453px;
        z-index: -1;
        top: -130px;
        left: -15px;
        transform: translate(-50%, -50%);
        position: absolute;
        background: radial-gradient(50% 50% at 50% 50%, #B1E4FE 0%, #FFFFFF 100%);
    }
}
@media screen and (min-width: 768px) {
    body:before {
        content: "";
        width: 453px;
        height: 453px;
        border-radius: 453px;
        top: -85px;
        left: 45%;
        transform: translate(-50%, -50%);
        position: absolute;
        background: radial-gradient(50% 50% at 50% 50%, #FFEDCE 0%, #FFFFFF 100%);
    }
    .container-750 .desc {
       
        text-align: center;
        
    }
}
