#container-banner {
    display: flex !important;
    flex-direction: column !important;
}

#container-logo {
    display: flex !important;
    align-items: center !important;
    flex-direction: column !important;
    margin-top: -5rem !important;
    margin-bottom: 1.5rem !important;
}

#seller-banner {
    background-size: cover !important;
    height: 13rem !important;
    width: 100% !important;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: #bbc7cd !important;
    background-color: #e9efef !important;
}

#seller-logo {
    height: 10rem !important;
    width: 10rem !important;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: #bbc7cd !important;
    background-color: #ffffff !important;
}

#seller-name {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 2.5rem !important;
}
