.banner_section {
    padding: 0 15px;
}

.heading_button_container {
    display: flex;
    gap: 10px;
    width: 100%;
    margin-top: 30px;
    flex-direction: column;
    @media (min-width: 480px) {
        max-width: 700px;
        flex-direction: row;
    }
    @media (min-width: 1300px) {
        gap: 10px;
        max-width: 490px;
    }
}
.laptop_img {
    display: none;
    @media (min-width: 1300px) {
        display: block;
        margin-bottom: 36px;
    }
}
.adaptive_laptop_img {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 30px 0;
    img {
        width: 100%;
        max-width: 595px;
    }
    @media (min-width: 1300px) {
        display: none;
    }
}
.shopping_container {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    @media (min-width: 768px) {
        padding: 50px 0;
    }
    @media (min-width: 1300px) {
        padding: 90px 0 0 0;
    }
}
.banner_text {

    @media (min-width: 1300px) {
        max-width: 640px;
    }
}
.banner_button_wrapper{
    display: flex;
    justify-content: center;
    @media (min-width: 1300px) {
        display: unset;
    }
}
/*inventory_management_stats*/
.data_driven {
    background: var(--grey-50);
}

.data_driven_card {
    @media (min-width: 768px) {
        width: 300px !important;
    }
}


/*accounting_features*/
.shopping_features {
    background: var(--grey-25);
}


/*statistic_function*/
.statistic_function {
    padding: 0 15px;
}
.custom_cards_container {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.custom_card {
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 30px 15px;
    border-radius: 6px;
    max-width: 330px;
    width: 100%;
    min-width: 264px;
    flex: 1;
    @media (min-width: 1300px) {
        max-width: 410px;
    }
}
.custom_card_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.custom_card_content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.checkmark_container {
    display: flex;
    gap: 10px;
    min-height: 30px;
    align-items: flex-start;
    flex: 1;
    img {
        width: 23px;
        height: 18px;
        margin-top: 3px;
    }
}

/*benefits*/
.benefits {
    background: var(--grey-50);
}



/*steps*/
.steps {
    background: var(--orange-25);
}
.step_card {
    width: 100% !important;
    p {
        max-width: 400px;
        padding-right: 40px;
    }
    @media (min-width: 650px) {
        width: 300px !important;
        p {
            width: 200px;
        }
    }
    @media (min-width: 1300px) {
        width: 630px !important;
        p {
            width: 500px;
        }
    }

}

.best {
    background: var(--grey-50);
}
.best_card {
    @media (min-width: 768px) {
        width: 350px !important;
    }
    @media (min-width: 1300px) {
        width: 410px !important;
    }
}
.heading_container_statistiken {
    @media (min-width: 768px) {
        width: 200px!important;
    }
}

.logos_container {
    display: flex;
    gap: 30px;
    padding: 90px 0;
    align-items: center;
    justify-content: center;
}
