.about_us .about_us_top {
    --box-pad: 40px;
    background: #fff;
    border-radius: 20px;
    padding: var(--box-pad);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about_us {
    margin-top: 150px;
}

.about_us .about_us_top .bg_dots {
    position: absolute;
}

.about_us .about_us_top .bg_dots.__top {
    top: -314px;
    left: -137px;
}

.about_us .about_us_top .bg_dots.bottom {
    bottom: -291px;
    right: -217px;
}

.about_us .about_us_top .icon_wrap {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6.43px;
    background: #FFF;
    box-shadow: 0px 0px 0px 0.321429px rgba(149, 149, 149, 0.1), inset 0px -0.482143px 0.321429px rgba(133, 131, 131, 0.1), inset 0px 0.482143px 0.321429px rgba(255, 255, 255, 0.75);
    position: absolute;
    top: var(--box-pad);
    right: var(--box-pad);
    z-index: 1;
}

.about_us .block_heading {
    position: relative;
    z-index: 1;
}

.about_us .about_us_text {
    color: var(--Secondary-400-Text-Base, #8787AB);
    font-family: Rubik;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    margin-top: 32px;
    position: relative;
    z-index: 1;
    max-width: 858px;
}

.about_us .dashboard_screenshot {
    border-radius: 20px;
    margin-top: 24px;
}

@media screen and (max-width: 800px) {
    .about_us {
        margin-top: 65px;
    } 
}

@media screen and (max-width: 680px) {
    .about_us .about_us_top {
        --box-pad: 20px;
    }

    .about_us .about_us_text {
        font-size: 16px;
        line-height: 120%;
        margin-top: 20px;
        text-align: left;
    } 
}
