.stores .store{
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    align-items: center;
}
.stores .store .name{
    flex-basis: 70%;
}
.stores .store .name a{
    text-decoration: none;
    border: none;
}
.stores .store .contacts{
    font-size: 12px;
    flex-basis: 30%;
    text-align: right;
    font-weight: 600;
}
.stores .store .contacts{
    display: flex;
    flex-direction: column;
    justify-content: center;
}