.inventory_management {
    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;
    }
}
.banner_button_wrapper {
    display: flex;
    justify-content: center;
    @media (min-width: 1300px) {
        display: unset;
    }
}
.banner_button {
    min-width: 210px;
}
.banner_text {
    @media (min-width: 1300px) {
        max-width: 595px;
    }
}
.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;
    }
}


/*inventory_management_stats*/
.inventory_management_stats {
    background: var(--grey-50);
    padding: 30px 0;
    @media (min-width: 1300px) {
        padding: 90px 0;
    }
}

.stat_card {
    width: 200px !important;
    @media (min-width: 768px) {
        width: 300px !important;
    }
}


/*accounting_features*/
.shopping_features {
    background: var(--grey-25);
}


/*benefits*/
.benefits {
    background: var(--grey-50);
}


/*steps*/
.steps {
    background: var(--orange-25);
}
.step_card {
    width: 100% !important;
    p {
        width: 200px;
    }
    @media (min-width: 625px) {
        width: 290px !important;

    }
    @media (min-width: 768px) {
        width: 340px !important;
        p {
            width: 250px;
        }
    }
    @media (min-width: 1300px) {
        width: 630px !important;
        p {
            width: 540px;
        }
    }
}


.best {
    background: var(--grey-50);
}
.best_second {
    background: var(--grey-25);
}
.best_card {
    @media (min-width: 768px) {
        width: 300px !important;
    }
}

.logos_section {
    padding: 90px 0;
    background: var(--grey-25);
    border-bottom: 1px solid var(--grey-100);
}
.logos_container {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
