@media only screen and (min-width: 768px){
  .logo a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
  }
  /* .logo a::after {
        content: "Spółdzielnia Budowlano Mieszkaniowa Zachód";
    }
     */

     .logo .h-9 {
      height: 4rem;
    }
  }

@media only screen and (max-width: 768px){
    .logo a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
    }
    /* .logo a::after {
      content: "SBM ZACHÓD";
      padding-top:1%;
    } */

    .logo {
      margin-right: 0;
    }

    .logo .h-9 {
      height: 3.0rem;
    }

    .text-xl {
      font-size: 1rem;
    }
    
  }


.column-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  
  
  .googlemap {
    width: 100%;
    height: 300px;
  }
  
  .two-columns {
    display: flex;
  }
  
  @media only screen and (max-width: 768px){
    .two-columns {
      display: block;
    }
    .googlemap {
      margin-top: 1em;
    }
    
  }

.swiper-button-prev.hidden::after {
    display: none;
    content: "";
}

.swiper-button-next.hidden::after {
  display: none;
}

.list-style li {
  text-align: center;
  margin: auto;
  list-style: none;
  font-weight: bold;
}

.gallery.flex-grow img {
  text-align: center;
  margin: 0 auto;
}


.yellow {
  color: #fab40f;
}


.lg\:h-48 {
  height: 12rem;
}

.lg\:h-52 {
  height: 13rem;
}


.lg\:h-auto {
  height: auto;
}


