.homepage-promo {
    background: linear-gradient(#21212191, #21212182),url('/images/b871d7af_2996_4a87_a9cd_fe4004803519.jpg');
    background-size: cover;
    height: 346px;
    color: white;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 0 0 1.5rem;
    padding: 1.5rem 1.875rem;
}
.homepage-promo p{
    margin-bottom: 3.5rem;
}
.homepage-promo h2{
    color: #fff;
}
@media screen and (max-width: 399px) {
    .bin-collections thead {
        display: table-header-group !important;
    }
    .cludo-sort-by {
        display: none;
    }
}
@media screen and (max-width: 599px) {
    .hero .hero__image-container, .hero {
        height: 620px !important;
    }
}


.hero .hero__image-container, .center__content  {
    height: initial;
}

