
.heading_button_container {
    display: flex;
    gap: 10px;
    max-width: 490px;
    width: 100%;
    margin-top: 30px;
    flex-wrap: wrap;
    a {
        min-width: 230px;
    }
}
.laptop_img {
    display: none;
    @media (min-width: 1300px) {
        display: block;
        max-width: 451px;
        width: 100%;
        margin-right: 150px;
    }
}
.hero_description {
    @media (min-width: 1300px) {
        max-width: 646px;
    }
}

.adaptive_laptop_img {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 30px 0;
    img {
        width: 100%;
        max-width: 640px;
    }
    @media (min-width: 1300px) {
        display: none;
    }
}


.fba_seller {
    background: var(--beige-50);
}
.fba_seller_heading {
    max-width: 800px;
    width: 100%;
}
.fba_seller_content {
    display: flex;
    gap: 30px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    @media (min-width: 768px) {
        flex-direction: row;
        justify-content: center;
        gap: 110px;
    }
}
.fba_seller_img_container {
    position: relative;
    max-width: 340px;
    display: flex;
    aspect-ratio: 340 / 340;
    img {
        width: 100%;
        object-fit: contain;
        object-position: center;
    }
}
.fba_seller_float_img {
    max-width: 640px;
    width: 100%;
}
.fba_seller_img {
    width: 434px;
    height: 295px;
    border-radius: 12px;
    margin-left: 86px;
}

.fba_seller_items_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}
.fba_seller_item {
    display: flex;
    padding: 15px;
    gap: 10px;
    border: 1px solid var(--orange-100);
    border-radius: 25px;
}


.features {
    background: var(--grey-25);
}
.features_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 90px;
}
.features_item_container {
    display: flex;
    gap: 15px;
    width: 100%;
    flex-direction: column-reverse;
    @media (min-width: 768px) {
        gap: 30px;
        flex-direction: row;
    }
}
.features_item_container:nth-child(2) {
    flex-direction: column;
    @media (min-width: 768px) {
        flex-direction: row;
    }
}
.features_img_container {
    max-width: 630px;
    width: 100%;
    aspect-ratio: 630 / 340;
    position: relative;
    img {
        width: 100%;
        height: 100%;
    }
}

.features_second_img {
    width: 359px;
    height: 195px;
    border: 1px solid var(--white);
    position: absolute;
    bottom: 15px;
    left: 15px;
    border-radius: 12px;
    z-index: -1;
}
.efeatures_cards_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    max-width: 630px;
    width: 100%;
}
.efeatures_card {
    padding: 5px;
    display: flex;
    gap: 15px;
    @media (min-width: 1300px) {
        padding: 10px;
    }
    img {
        width: 23px;
        height: 18px;
    }
}

/*accounting_features*/
.shopping_features {
    background: var(--grey-25);
}


/*workflow*/
.workflow {
    background: var(--orange-25);
}
.workflow_card {
    width: 330px !important;
    p {
        width: 220px;
    }
    @media (min-width: 768px) {
        width: 410px !important;
        p {
            width: 320px;
        }
    }
}


/*cards*/
.card_section {
    background: var(--grey-25);
}

.benefits {
    background: var(--grey-25);
}


.benefit_card {
    width: 100%;
    @media (min-width: 768px) {
        width: 300px !important;
    }
}

.comments {
    background: var(--orange-25);
}


.multi_channel {
    background: var(--grey-50);
}
.logos_container {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
}
.amazon {
    width: 207px;
    height: 60px;
}
.ebay {
    width: 200px;
    height: 80px;
}
.otto {
    width: 177px;
    height: 60px;
}
.kaufland {
    width: 335px;
    height: 70px;
}
