/* .what-we-do.colored_bg{
    background-color: #FBF9FF;
} */

.nl-banner {
    width: 342.46px;
    height: 305.16px;
    object-fit: contain;
    /* filter: drop-shadow(2px 8px 20px #D2CEDD);
    -webkit-filter: drop-shadow(2px 8px 20px #D2CEDD); */
}

.bg-ellipse {
    width: 266.57px;
    height: 266.57px;
    background-color: #f3ebff;
    border-radius: 50%;
}

@media(min-width:768px) {
    .nl-banner {
        width: 448.86px;
        height: 399.96px;
        left: -40px;
        top: -40px;
    }

    .bg-ellipse {
        width: 349.39px;
        height: 349.39px;
    }
}

@media(min-width:1240px) {
    .nl-banner {
        width: 553.04px;
        height: 492.8px;
        left: -50px;
        top: -60px;
    }

    .bg-ellipse {
        width: 430px;
        height: 430px;
    }
}