.Stores {
    .p-img{
        img {
            max-height: 16rem;
            width: 100%;
            display: block;
            margin: 0 auto;
        }
    }
}
.Stores .cover img{
border-radius: 0.75rem;
}
.Stores .logo {
    width: 4rem;
    max-width: 100%;
    aspect-ratio: 1;
}
.seemore{
    position: absolute;
        top: -2rem;
    left: 3rem;

}
