.bg_difference {
    height: auto;
}

.title_difference {
    color: #BEB093;
    position: relative;
    z-index: 2;
}

.shadow_title_difference {
    color: #453c323b;
    position: absolute;
    top: -16px;
    left: 35%;
}

.differences {
    margin-top: 100px;
}

.difference_2{
    display: flex;
    justify-content: end;
}

.number_product_differences {
    position: absolute;
    top: -91px;
    left: -28px;
    color: #d6cec110;
    font-size: 115px;
    font-weight: bolder;
    font-family: 'Roboto'
}

.number_product_differences_two {
    top: -55px;
    right: -51px;
    left: inherit;
}

.number_product_differences_three {
    top: -95px;
    left: -25px;
}

.arrow_image_difference {
    width: 1129px;
    position: absolute;
    bottom: 113px;
    left: 75px;
}

.arrow_image_difference2 {
    display: none;
}

.difference1,
.difference2,
.difference3 {
    background-color: #F4F0E7;
    width: 75%;
    border-radius: 30px;
    position: relative;
    z-index: 10;
}

.difference1 h3,
.difference2 h3,
.difference3 h3 {
    color: #45361F;
}

.difference1 p,
.difference2 p,
.difference3 p {
    color: #978466;
}

.difference1 {
    background-image: url("../images/difference/settinglines.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 348px 330px;
    background-position: right;
    margin-top: 35px;
}

.difference2 {
    background-image: url("../images/difference/searchfile.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 277px 368px;
    background-position: 602px -39px;
    margin-top: 35px;
}

.difference3 {
    background-image: url("../images/difference/workgroup.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 358px 354px;
    background-position: right;
    margin-top: 35px;
}

@media (max-width: 768px) {
    .bg_difference {
        padding-top: 45px;
    }
    .shadow_title_difference {
        top: 31px;
        left: 15%;
        font-size: 20px;
    }
    .differences {
        margin-top: 25px;
    }
    .difference , .difference_2 {
        display: flex;
        justify-content: center;
    }
    .difference1 , .difference2 , .difference3{
        background-image: none;
        width: 90%;
        padding: 25px !important;
    }
    .difference1 h3, .difference2 h3, .difference3 h3 {
        font-size: 19px;
    }
    .difference1 p, .difference2 p, .difference3 p{
        margin-bottom: 0px;
    }
    .title_difference {
        font-size: 24px;
    }
    .arrow_image_difference2 {
        width: 1129px;
        position: absolute;
        bottom: 113px;
        left: 75px;
        display: block;
    }
}