.banner_mapa {
  padding: 3rem 0;
  padding-bottom: 6rem;
  background-color: var(--black-color);
  background-image: image-set(url("../themes/farskecms/assets/images/mapa.webp") type("image/webp"), url("../themes/farskecms/assets/images/mapa.png") type("image/png"));
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto 100%;
}
.banner_mapa_text {
  text-align: left;
}
.banner_mapa_text h2 {
  font-family: "Poetsen One", display;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.15;
  font-weight: 600;
  display: block;
  max-width: 450px;
  margin: 0 0 1rem 0;
}
.banner_mapa_text h2 a {
  color: var(--text-color-invert);
  text-decoration: none;
}
.banner_mapa_text p {
  font-family: "Ubuntu", sans-serif;
  margin: 0 0 2rem 0;
  max-width: 400px;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--text-color-invert);
}
.banner_mapa_text .button--main {
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .banner_mapa {
    padding: 0 0 3rem 0;
  }
  .banner_mapa h3 {
    font-size: 3rem;
    line-height: 2.8rem;
    margin: 0 0 1rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .banner_mapa {
    padding: 0 0 15rem 0;
    background-size: 100% auto;
  }
  .banner_mapa_item img {
    max-width: 100%;
  }
}
