.store-como a{
  font-size: 3rem;
  color: red; 
  padding: 8px;

}

.play{
  margin-top: 50px;
  background-color: rgb(255, 255, 255, 0%);
}






@media only screen and (max-width: 768px){
  .container-fluid .text-box p{
      display: block;
      font-size: x-small;
   }
   .container-fluid .store-mira a{
      margin: 0px auto;    
         }


.store-como{
  text-align: center;
}
        

.play{
  margin-bottom: 40px;
}

 }







 @media only screen and (min-device-width: 765px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3){
  .container-fluid .card-wrapper .text-box p{
      font-size: x-small;
  }

  .store-como{
    text-align: center;
  }

  .play{
    margin-bottom: 40px;
  }

 }





 @media only screen and (min-device-width: 768px) and (max-device-width: 1024px)  and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2){
  .container-fluid .card-wrapper .text-box p{
    font-size: 1rem;
}

.store-como{
  text-align: center;
}

 }