.ceo-section .ceo-section-row.bg-white {
    border-radius: 48px;
    box-shadow: 0px 0px 9px 0px #d6d3d37d;
    padding: 31px 0px;
}



@media only screen and (min-width: 992px){
    .ceo-section-shap {
        position: absolute;
        top: 0px;
        right: 0px;
        display: inline;
    }
    .ceo-background-shap {
        position: absolute;
        content: '';
        width: 400px;
        height: 400px;
        background: #FFC3DD;
        right: 0px;
        filter: blur(262px);
        bottom: 0px;
    }

}
@media only screen and (max-width: 991px){
     .ceo-section-shap{
        display: none;
     }
}