#why_us_card {
    background-image: url(../images/group.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;

}

#work_process {
    align-items: end;
}

#work_process>div:not(:nth-child(2)) {
    transition: all 0.3s ease;
    background: linear-gradient(168deg, rgba(25, 1, 49, 1) 0%, rgba(185, 125, 248, 1) 51%, rgba(25, 1, 49, 1) 100%);
}



#work_process>div:nth-child(1) {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

#work_process>div:nth-child(3) {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

#work_process>div:nth-child(2) {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

/*Why us section */