
.hero_img {
    display: none;
    @media (min-width: 1300px) {
        display: block;
        margin-bottom: 36px;
        max-width: 640px;
        width: 100%;
    }
}

.adaptive_hero_img {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 30px 0;
    img {
        width: 100%;
        max-width: 640px;
    }
    @media (min-width: 1300px) {
        display: none;
    }
}


.hero_heading_text {
    @media (min-width: 1300px) {
        max-width: 540px;
    }
}
.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_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: 30px;
    width: 100%;
}
.features_img_container {
    width: 630px;
    height: 389px;
    position: relative;
}
.features_first_img {
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
    width: 359px;
    height: 195px;
    border: 1px solid var(--white);
    position: absolute;
    right: 15px;
    top: 15px;
    border-radius: 12px;
}
.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;
    gap: 5px;
    max-width: 630px;
    width: 100%;
}
.efeatures_card {
    background: var(--white);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    padding: 15px;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
}

/*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-50);
}


.benefit_card {
    width: 100%;
    @media (min-width: 768px) {
        width: 300px !important;
    }
    @media (min-width: 1300px) {
        width: 410px !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;
}
