#s1{
    padding: 50px 0;
}

#s1 img{
    width: 100%;
    max-width: 532px;
    height: auto;
    aspect-ratio: 532/481;
    object-fit: cover;
}

#s1 .content{
    color: #000;
    padding-left: 50px;
}

#s1 h2{
    color: #000;
    font-weight: 800;
    font-size: 32px;
    line-height: 45px;
}

#s1 .row{
    align-items: center;
}

#s1 .content p:last-of-type{
    margin: 0;
}

#s1 .click{
    margin-top: 30px
}


@media(max-width:1200px){
    #s1 img{
        margin: 0 auto;
        display: block;
    }
    
    #s1 .content{
        padding: 0;
    }
}

#logos{
    background: #000;
    padding: 50px 0 30px;
}

#logos .wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#logos img{
    margin-bottom: 20px;
}

#stores{
    background: #000000;
    padding: 50px 0 0
}

#stores h2{
    color: #fff;
    text-align: center;
}

#stores .header p{
    color: #fff;
    text-align: center;
}

#stores .header{
    margin-bottom: 50px;
}

#stores .wrap{
    display: flex;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    align-items: center;
}

#stores img{
    width: 568px;
    max-width: 568px;
    height: auto;
    aspect-ratio: 568/453;
    object-fit: cover;
}

#stores .right{
    padding-left: 50px;
}

#stores h3{
    font-size: 24px;
    line-height: 29px;
    font-weight: 800;
}

#stores .meta span{
    font-weight: 700;
    margin-right: 10px;
}

#stores .meta a{
    color: #295B4E;
    font-weight: 500;
}

#stores .meta{
    margin-bottom: 20px;
    font-size: 15px;
}

#stores .content{
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 20px;
}

#stores ul{
    column-count: 2;
    list-style: none;
    padding: 0;
}

#stores li{
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
}

#stores li i{
    color: #295B4E;
    margin-right: 10px;
}

#stores .click{
    margin-top: 30px;
}

@media(max-width:1200px){
    #stores .wrap{
        flex-direction: column;
    }
    #stores .right{
        padding: 0;
        margin-top: 20px;
    }
}

@media(max-width:767px){
    #stores img{
        width: 100%;
    }
}

@media(max-width:576px){
    #stores ul{
        column-count: 1
    }
}

#locator{
    background: #F8F8F8;
}

#locator .container-fluid{
    padding: 0;
    overflow: hidden
}

#locator iframe{
    width: 100%;
    height: 100%;
}

#locator .wrap{
    padding: 170px;
}

#locator h2{
    font-size: 32px;
    font-weight: 800;
    line-height: 45px;
}

@media(max-width:1600px){
    #locator .wrap{
        padding: 100px
    }
}

@media(max-width:1200px){
    #locator .wrap{
        padding: 50px
    }
    #locator iframe{
        min-height: 350px;
    }
}


@media(max-width:576px){
    #locator .wrap{
        padding: 50px 15px
    }
}

#careers{
    padding: 50px 0;
}

#careers .row{
    justify-content: center;
    align-items: center;
}

#careers img{
    width: 100%;
    max-width: 532px;
    height: auto;
    aspect-ratio: 532/388;
    object-fit: cover;
}

#careers .content{
    padding-left: 50px;
}

#careers h2{
    font-size: 32px;
    line-height: 45px;
    font-weight: 800;
}

#careers .click{
    margin-top: 30px;
}

@media(max-width:1200px){
    #careers img{
        margin: 0 auto;
        display: block;
    }
    #careers .content{
        padding: 0
    }
}