.where-find{
  width: 100%;
  display:none;
}

.where-find .container{
  max-width: var(--container);
  width: 100%;
  margin: 3rem auto;
}

.where-find .container h1{
  font-family: var(--font-family-gin-regular);
  font-style: normal;
  font-weight: 400;
  font-size: 2.625rem;
  line-height: 3.125rem;
  color: var(--opa-vermelho);
  margin-bottom: 1rem;
  text-align: center;
}

.where-find .container p{
  font-family: var(--font-family-soleil);
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
  color: var(--opa-verde-escuro);
}

.where-find .container p strong{
  font-family: var(--font-family-soleil-bold);
  font-weight: bold;
}

.where-find-map{
  background-color: var(--opa-amarelo);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: -10rem;
}

.where-find-map .container{
  width: 100%;
}


@media only screen and (max-width: 991px) {
  .where-find .container{
    padding: 0 1rem;
  }
  .where-find-map .container{
    margin: 0 auto;
  }
}