.wrapper {
  margin-block: 32px; /* my: 4 (theme spacing unit) */
}

.heading {
  font-weight: 500;
  font-size: 32px;
  color: #1a1a1a;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cardContainer {
  padding-left: 10px !important;
  padding-top: 20px !important;
}

.card {
  height: 516px;
  /* border-radius: 5px; */
  border-radius: 0px !important;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #d4d4d4;
  box-shadow: none;
  overflow: hidden;
}

.title {
  font-weight: 600;
  font-size: 18px;
}

.address {
  font-weight: 400;
  font-size: 12px;
  color: #545454;
}

.popularGrid {
  width: 100%;
  margin: auto;
  margin-left: -0.5% !important;
  margin-top:0 !important
}

.viewAllContainer {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.viewAllButton {
  width: 125px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #000000;
  color: #000000;
  text-transform: none;
  background-color: transparent;
  cursor: pointer;
}

.viewAllButton:hover {
  border: 1px solid #000000;
  background-color: rgba(0, 0, 0, 0.04);
}

@media screen and (min-width: 320px) and (max-width: 1360px) {
  .popularGrid {
    width: 95% !important;
    margin: auto !important;
    margin-left: 1.7% !important;
  }
  .heading {
    width: 95% !important;
    margin: auto !important;
  }
}
