

.image-box {
    flex-grow: initial;
    max-width: 12rem;
}

.image-box figure {
    height: 190px;
}

.image-box img {
    width: auto;
    /*height: 200px;*/
}

.image-box figcaption {
    color: #458721;
}

.image-box figcaption {
    margin-top:  1rem;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
}


.logo-grid-inner {
    display: flex;
    flex-grow: 0;
    justify-content: space-around;

    margin-top: 4rem;
    margin-bottom: 4rem;
}

.logo-grid-inner img {
    width: 140px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.logo-grid-inner img:first-child {
    margin-left: 0;
}
.logo-grid-inner img:last-child {
    margin-right: 0;
}


.top-brands-box {
    margin-top: 7rem;
}

.bottles-image-holder {
    margin-left: 0;
    margin-right: 1.25rem;
    text-align: right;
}

.bottles-image-holder-2 {
}

.bottles-image-holder-2>img {
    margin-top: -7rem;
    width: 100%;
    max-width: 563px;
    object-fit: cover;
    height: 474px;
}

.refill-logo-wrapper {
    position: relative;
    left: -3rem;
    top: 0.2rem;

    z-index: 3;
    background-color: #EDE5D6;
    border: 1px solid #EDE5D6;
    border-radius: 0.625rem;
    padding: 1.5rem;
    display: inline-block;
    align-self: flex-end;

    text-align: right;
}

.stainless-steel-description {
    margin-left: 1.25rem;
    margin-right: 0;
    /*min-width: 536px;*/
}

.stainless-steel-description h2 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 3rem;
    line-height: 4rem;
    font-feature-settings: 'liga' off;
}

.stainless-steel-description h3, .stainless-steel-2 h3, .who-we-are h3 {
    margin-top: 0;
    margin-bottom: calc(1rem / 2);
    line-height: 2rem;
    font-size: 1.5rem;
}

.stainless-steel-description p {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.8rem;
}


.stainless-steel-2 {
    margin-bottom: 6.75rem; /*same as the top  padding of .just-get-started */
}
.stainless-steel-2 h3 {
    display: inline;
    margin-right: 3rem;
}

.stainless-steel-2 h3:first-child {
    margin-right: 2.375rem;
}
.stainless-steel-2 h3:last-child {
    margin-right: 0;
}
.stainless-steel-2 h3 img {
    height: 1.5rem;
}


.just-get-started {
    padding-top: 6.75rem;
    padding-bottom: 6rem;
}

.just-get-started h2 {
    margin-top: 0;
    margin-bottom: 2rem;
}

.just-get-started p {
    line-height: 2rem;
    max-width: 57rem;
    margin-bottom: 4rem;
}

.our-mission {
    margin-top: 8.9rem;
}

.our-mission h2 {
    margin-top: 0;
}

.our-mission figcaption {
    margin-right: 4rem;
}

.our-mission figure {
    margin-left: 4rem;
    /*margin-top: 2rem;*/
    align-self: center;
}

.who-we-are figure {
    margin-right: 4.4375rem;
    align-self: center;
    padding-bottom: 1rem;
}

.who-we-are figcaption {
    margin-left: 4.4375rem;
}

.who-we-are p {
    margin-top: 0;
}


.register-form-box {
    border-width: 1px;
    border-style: solid;

    padding-top: 3rem;
    padding-left: 4.5rem;
    padding-right: 3rem;
}

.register-form-box .description {
    margin-right: 3rem;
    width: calc(50% - 3rem);
}

.register-form-box .description h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.register-form-box .description p {
    font-size: 1.125rem;
}
.register-form-box .register-form {
    margin-top: 2.2rem;
    margin-left: 3rem;
    width: calc(50% - 3rem);
}

.showcase-wrapper, .stainless-steel, .stainless-steel-2, .our-mission, .who-we-are, .register-form-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.showcase-wrapper {
    justify-content: space-around;
}

.secondary-nav .separator {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.image-wrapper {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}



.who-we-are .image-wrapper {
    align-self: center;
}

.register-subscribe {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.register-subscribe .primary-button {
    max-width: 20rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}


@media screen and (max-width: 1200px) {

    /*.showcase-wrapper,*/ .stainless-steel, .our-mission, .who-we-are {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .our-mission {
       flex-direction: column-reverse;
    }

    .bottles-image-holder.w50, .stainless-steel-description.w50 {
        width: auto;
    }

    .showcase-wrapper .image-box {
        margin-right: 1.6rem; margin-left: 1.6rem;
    }

    .bottles-image-holder, .stainless-steel-description, .who-we-are figure, .who-we-are figcaption, .our-mission figure, .our-mission figcaption {
        margin-left:  auto; margin-right: auto;
    }

    .bottles-image-holder, .stainless-steel-description, .who-we-are figcaption, .our-mission figcaption  {
        max-width: 563px;
    }

    .w50, .w40, .w60 {
        width: auto;
    }
}

@media screen and (max-width: 992px) {
    .stainless-steel-2, .showcase-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .showcase-wrapper .image-box {
        margin-right: auto;
        margin-left: auto;
    }

    .stainless-steel-2 h3:nth-child(2) {
        display: none;
    }
    .width-927 {
        width: auto;
    }


    .logo-grid-inner {
        display: grid;
        grid-template-columns: 30% 30% 30%;
        grid-template-rows: calc(140px + 4rem);
        margin-top: 4rem;
        margin-bottom: 0;
    }
    .logo-grid-inner .image-box {
        margin-bottom: 4rem;
    }
    .logo-grid-inner img {
        width: 140px;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .logo-grid-inner img:first-child {
        margin-left: 0;
    }
    .logo-grid-inner img:last-child {
        margin-right: 0;
    }

}

@media screen and (max-width: 768px) {
    .register-form-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .register-form-box {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .register-form-box .description, .register-form-box .register-form {
        margin-right: auto; margin-left: auto;
        width: 100%;
    }

    .scroll-to-top-wrapper {
        display: none;
    }
}


@media screen and (max-width: 576px) {
    .nav-wrapper  {
        background-color: #458721;
        /*background-color: #EDE5D6;*/
    }
    .top-brands-box {
        margin-top: 8rem;
    }
    .showcase {
        margin-bottom: 4rem;
    }



    .green-line-box img {
        width: 60vw;
    }
    .logo-grid-inner {
        display: grid;
        grid-template-columns: 30% 30%;
        grid-template-rows: calc(140px + 2rem);
        margin-top: 2rem;
        margin-bottom: 0;
    }
    .logo-grid-inner .image-box {
        margin-bottom: 4rem;
    }
    .logo-grid-inner img {
        width: 130px;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }










    .stainless-steel-description {
        margin-top: 4rem;
    }

    .stainless-steel-description h3 {
        text-align: center;
    }

    .bottles-image-holder-2 {
        text-align: center;
    }

    .bottles-image-holder-2>img {
        width: calc(100% - 3rem);
        object-fit: cover;
        height: auto;
    }

    h2 {
        text-align: center;
    }



    .stainless-steel-2 {
        display: block;
    }

    .stainless-steel-2 h2 {
        text-align: center;
    }

    .stainless-steel-2 h3 {
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .stainless-steel-2 h3:nth-child(1) {
        display: block;
        margin-bottom: 1.5rem;
    }
    .stainless-steel-2 h3:nth-child(2) {
        display: none;
    }

    .who-we-are figure, .our-mission figure {
        text-align: center;
    }

    .who-we-are figure, .who-we-are figure img, .our-mission figure img {
        width: calc(100% - 2rem);
    }

    .our-mission figcaption{
        margin-top: 4rem;
    }

    .who-we-are figure {
        background-color: #EDE5D6;
        padding-top: 4rem;
        padding-bottom: 4rem;
        border-radius: 1rem;
    }


    .who-we-are figcaption h2 {
        text-align: center;
    }

    .register-form-box {
        padding-top: 0;
        margin-left: 1rem;
        margin-right: 1rem;
    }


}
