.container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.map-box {
  width: 48%;
  height: auto;
}

.map-container {
  position: relative;
  width: 100%;
  height: 350px;
  margin-bottom: 10px;
}

.map-container iframe,
.map-container div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.precos-box {
  background-color: #f8f8f8;
  padding: 12px 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  max-width: 500px;
}

.precos-box ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.precos-box li {
  margin-bottom: 6px;
  font-size: 24px; /* 1.5x de 16px */
}

.precos-lista {
  list-style-type: none;
  padding: 0;
  margin-bottom: 15px;
}

.precos-lista li {
  margin-bottom: 6px;
  font-size: 24px; /* 1.5x de 16px */
}

.preco-mediano {
  font-weight: bold;
  color: #2a4d8f;
}

select {
  font-size: 24px !important;
  padding: 6px;
}

label,
.form-label,
p,
.card-text {
  font-size: 24px !important;
}

option {
  font-size: 24px;
}

/* Títulos explicativos */
h2, h3, h4 {
  font-size: 2.1rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Listas */
ul li {
  font-size: 24px;
}

label, select, option {
  font-size: 24px;
  font-weight: normal;
}
