.home-loja-prox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 6.5rem;
  background-color: var(--kfc-white);
  container-type: inline-size;
}

.home-loja-prox>.home-loja-prox-content {
  width: 100%;
  max-width: 900px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

.home-loja-prox-content>.map {
  max-width: 900px;
  width: 100%;
  height: 318px;
  border-radius: .5rem;
}

.home-loja-prox-content>.map>img {
  width: 100%;
  height: 100%;
  border-radius: .5rem;
  object-fit: cover;
}

.iframe-mapa {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}

@container (max-width: 360px) {
  .home-loja-prox {
    padding: 1.5rem 1rem;
  }

  .home-loja-prox-content>.map {
    height: 165px;
  }
}

@media screen and (max-width: 768px) {
  .home-loja-prox {
    padding: 1.5rem 1rem;
  }

  .home-loja-prox-content>.map {
    height: 165px;
  }
}