.about-section{

    position:relative;
}

.about-image{

    border-radius:28px;

    overflow:hidden;

    box-shadow:
        0 20px 50px rgba(0,0,0,.45);
}

.about-card{

    background:
        rgba(255,255,255,.03);

    padding:30px;

    border-radius:22px;

    border:
        1px solid rgba(255,255,255,.06);
}