main #frontend_seller_landing {
    padding-top: 15px;

    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

main #frontend_seller_landing #frontend_seller_landing_banner {
    display: flex;
    align-items: center;
    justify-content: center;
}
main #frontend_seller_landing #frontend_seller_landing_banner #frontend_seller_landing_banner_inner {
    padding: 80px 15px;
    width: 100%;
    max-width: 1100px;
    
    background: radial-gradient( 50% 50% at 50% 50%, #D5D5D5 45.67%, #FFFFFF 100% );
}
main #frontend_seller_landing #frontend_seller_landing_banner #frontend_seller_landing_banner_inner #frontend_seller_landing_banner_inner_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
    color: rgba( 48, 69, 89, 1 );
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
main #frontend_seller_landing #frontend_seller_landing_banner #frontend_seller_landing_banner_inner #frontend_seller_landing_banner_inner_title span:nth-child( 1 ) {
    text-transform: uppercase;
}
main #frontend_seller_landing #frontend_seller_landing_banner #frontend_seller_landing_banner_inner #frontend_seller_landing_banner_inner_title span:nth-child( 2 ) {
    font-style: italic;
    font-weight: 600;
}

main #frontend_seller_landing #frontend_seller_landing_howto_seller {
    display: flex;
    align-items: center;
    justify-content: center;    
}
main #frontend_seller_landing #frontend_seller_landing_howto_seller #frontend_seller_landing_howto_seller_inner {
    width: 100%;
    max-width: 1100px;
    
    background: rgba( 48, 69, 89, 0.1 );
}

main #frontend_seller_landing #frontend_seller_landing_start_seller {
    display: flex;
    align-items: center;
    justify-content: center;    
}
main #frontend_seller_landing #frontend_seller_landing_start_seller #frontend_seller_landing_start_seller_inner {
    width: 100%;
    max-width: 1100px;
    
    background: rgba( 48, 69, 89, 0.1 );
}
