.galery {
    width: 100px;
    height: 80px;
    margin: auto;
    border-radius: 10%;
}

#galery1 {
    background: url("/centro.jpg") center center no-repeat;
}

.description {
    width: 80px;
    margin: 10px;
    color: whitesmoke;    
}
anuncio1 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-search {
      display: flex;
      justify-content: center;
      gap: .3%;
      position: relative;
      width: 95%;
      margin-left:25px;
}
a, ul, li {
  text-decoration: none;
  color: rgb(70, 67, 67);
}

#listaProdutos{
     display: none;
     list-style-type: none;
     width: 88%;
     position: absolute;
     z-index: 5000;
}

#listaProdutos li a{
        display: block;
       
        text-decoration: none;
        background: #f6f6f6; 
        border: 1px solid #ddd;
}

#bairro1 {
     color: black;
     width: 100%;
     margin: auto;
     display: block;
}

.a2 {
    text-align: right; 
}

.card {
     border: none;
     border-radius: 0;
     box-shadow: 0px -25px 20px -20px rgba(0, 0, 0, 0.45), -25px 0 20px -20px rgba(0, 0, 0, 0.45);
     }

.card-body1 {
     justify-content: center;
}

@media(max-width: 560px) {
.box-search {
      display: flex;
      justify-content: center;
      gap: .3%;
      position: relative;
      width: 83%;
      margin-left:25px;
}
#cartao {
     margin-left: 5%;
     }

.a2 {
   text-align: left;
}

.a3 {
   text-align: left;
}
}