.store-box{
    width: fit-content;
    margin: auto;
}
.store-box .view-on-map{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto; 
}
.store-box .item{
    display: flex;
    margin-top: 10px;
    width: 100%;
    
}
.store-box .item .name{
    font-size: 20px;
    font-weight: bold;
    color: rgb(88, 87, 87);
}
.store-box .item .section-heading{
    margin-bottom: 0px;
    padding-top: 0px;
}
.store-box .item .info h4{
    margin-top: 0px;
    font-size: 20px;
    color: white;
}
.store-box .item .info{
    flex: 1;
}
.store-box .item .info .col-lg-12{
    background-color: #dc8cdb;
    margin-top: 10px;
}
.store-box .item .info .svg-contai{
    width: 30px;
    height: 30px;
}
.store-box .item .img{
    width: 150px;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
    border-radius: 10px;
}
.cursor-pointer{
    cursor: pointer;

}
.store-service{
    margin-top: 60px;
    display: flex;
}
.store-service .item{
    width: 50%;
}
.store-service .item img{
    width: 45%;
}
.store-service .item table{
    margin: auto;
}
.store-service .item th{
    padding: 10px;
    background-color: #f8e0f8;
}
.store-service .item td{
    padding: 10px;
    min-width: 150px;
    padding-left: 50px;
}
@media screen and (max-width: 770px) {
    .store-box .item{
        display: flex;
        margin-top: 10px;
    }
    .store-service{
        flex-direction: column;
    }
    .store-service .item{
        width: 100%;
    }
  }
@media screen and (max-width: 400px) {
    .store-box .item .info h4 {
        font-size: 16px;
    }
    .store-box .item .img {
        width: 100px;
        height: 100px;
    }
    .store-box .item .name {
        font-size: 16px;
    }
    .store-box .item .address {
        font-size: 14px;
    }
    .store-box .item .TEL{
        font-size: 14px;
    }
  }