@import url('https://fonts.googleapis.com/css2?family=Concert+One&display=swap');
* {
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
}
.store-title{
    font-family: 'Concert One', sans-serif !important;
     font-weight: bold !important;
     color: #79c2f3 !important;
    }
    .outlet-card{
        background-image: linear-gradient(to top, rgba(255,0,0,0), rgba(145, 211, 255, 0.243));
        width: 280px;
        height: 550px;
        border-radius: 10px;
        margin-top: -1rem !important;
      }
      .card-legend{
        margin-left: 2rem;
        background: #79c2f3;
        display: inline;
        color: white;
        font-weight: bold;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size: 19px;
        border-radius: 7px;
      }
      .shop-icon{
        background: #79c2f3;
        border-radius: 60px;
        margin-left: 1.2rem;
        padding: 16px 14px;
        margin-top: 1rem;
        color: white;
      }
      .card-head{
        font-family: 'Concert One', sans-serif;
        font-weight: bold;
       padding-left: 1.2rem !important;
        margin-top: 1rem !important;
        color: #2db2d9;
      }
      .card-p{
       padding-left: 1.2rem !important;
       font-weight: 400;
       font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
       font-weight: bold;
      }
      .card-time{
        padding-left: 1.2rem !important;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
        font-weight: bold;
        line-height: 0.4rem;
        display: inline-block;
      }
      .card-time-1{
        margin-top: 1rem;
      }
      .time-icon{
        font-size: 18px;
        color: #2db2d9;
      }
      .call-btn{
        color: white;
        background: #2db2d9;
        border-radius: 60px;
        display: inline;
        text-decoration: none !important;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-weight: bold;
        margin-left: 1.2rem;
      }