.store
{
    width: 100%;
}
.store .store-infor
{
    text-align: center;   
    padding: 30px 0px;
    color:#3b4694
}
.store .store-infor .store-name
{
    text-transform: uppercase;
    font-size: 30px;    
    display: inline-block;
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
}
.store .store-infor .store-name:after
{
    content: "";
    position: absolute;
    height: 3px;
    width: 60%;
    bottom: 5px;
    left: 20%;
    background:#3b4694 ;
}
.store .store-img , .store .store-img img
{
    width: 100%;
}