#stores{
    padding: 50px 0 0;
}

#stores img{
    width: 223px;
    height: 275px;
    object-fit: cover;
}

#stores .wrap{
    display: flex;
    align-items: center;
}

#stores .right{
    padding-left: 30px;
}
#stores h3{
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 10px;
}
#stores .title{
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 20px;
}

#stores i{
    color: #275B4E;
}

#stores .inner a{
    text-decoration: none;
    color: #111111
}

#stores .inner{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#stores .inner p{
    margin: 0;
}

#stores i{
    min-width: 30px;
    font-size: 20px;
}

@media(max-width:767px){
    #stores .wrap{
        flex-direction: column;
    }
    #stores img{
        margin-bottom: 20px;
    }
}