/*-------------- Nearest Store Area Start  ---- --------*/
.nearest-store-area {
    padding-top: 50px; }
    .nearest-store-area .area__title h2 {
      color: #3A3A3C; }
    .nearest-store-area .nearest__wrapper p {
      color: #3A3A3C;
      font-family: "Gantari", sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 30px;
      /* 210% */
      margin-top: 50px; }
      @media only screen and (max-width: 767px) {
        .nearest-store-area .nearest__wrapper p {
          font-size: 18px;
          line-height: 24px; } }
    .nearest-store-area .store-banner {
      padding-top: 25px; 
      max-width: 76%;
      margin: auto;
}
      .nearest-store-area .store-banner img {
        width: 100%; 
}
  
  /*-------------- Nearest Store Area End  ---- --------*/