.feature-list {
    margin-top: 20px;
    padding-left: 30px;

    li {
        list-style: none;
        position: relative;
        font-weight: 600;
        line-height: 26px;

        &:not(:last-child) {
            margin-bottom: 20px;
            border-bottom: 1px solid #E8E7ED;
            padding-bottom: 20px;
        }

        &::before {
            content: "";
            background-image: url("../../images/3dscan/arrow_icon.png");
            background-size: 100%;
            background-repeat: no-repeat;
            width: 18px;
            height: 18px;
            position: absolute;
            left: -28px;
            top: 5px;
        }
    }
}

.advantage_img img {
    width: 100%;
    border-radius: 20px;
}

.customer_app_overview {
    margin-top: 100px;
}
.customer_app_overview .row {
    align-items: center;
}
.application_right_side{
    padding-left: 50px;
}
.advantage_leftside{
    padding-right: 50px;
}
.application_Section{
    margin-bottom: 100px;
}