[lang="es-ES"] .banner-bottom-content {
  max-height: 190px;
  max-width: 692px;
  padding-right: 8px;
}
[lang="es-ES"] .banner-bottom-image h1,
[lang="es-ES"] .banner-bottom-image p {
  font-size: 20px;
  line-height: 30px;
}
.header-right-wrapper {
  gap: 12px;
}
/* ============= max-width:1366px ==========*/
@media only screen and (max-width: 1366px) {
  [lang="es-ES"] .banner-bottom-content {
    max-height: 190px;
    max-width: 492px;
    padding-right: 8px;
  }
  [lang="es-ES"] .banner-bottom-image h1,
  [lang="es-ES"] .banner-bottom-image p {
    font-size: 18px;
    line-height: 28px;
  }
}
/* ============= max-width:991px ==========*/
@media only screen and (max-width: 991px) {
  [lang="es-ES"] .header-bottom-navigation .header-bottom-nav {
    gap: 40px;
  }
  [lang="es-ES"] .banner-bottom-content {
    max-width: 100%;
  }
  .header-right-wrapper {
   gap: 8px;
  }
}
/* ============= max-width:767px ==========*/
@media only screen and (max-width: 767px) {
  [lang="es-ES"] .page-template-club-listing .site-content,
  [lang="es-ES"] .page-template-events .site-content,
  [lang="es-ES"] .page-template-things-to-do .site-content,
  [lang="es-ES"] .single-court .site-content {
    margin-top: 110px;
  }
  [lang="es-ES"] .header-bottom-navigation .header-bottom-nav {
    gap: 30px;
  }
  [lang="es-ES"] .banner-bottom-content {
    max-height: 100%;
  }
}
/* ============= max-width:575px ==========*/
@media only screen and (max-width: 575px) {
  [lang="es-ES"] .header-bottom-navigation .header-bottom-nav {
    gap: 20px;
  }
}
/* ============= max-width:480px ==========*/
@media only screen and (max-width: 480px) {
  [lang="es-ES"] .banner-btn-wrapper {
    flex-direction: column;
  }
  [lang="es-ES"] .header-city-modal-text,
  [lang="es-ES"] .banner-btn-wrapper a {
    width: 100%;
  }
  [lang="es-ES"] .banner-btn-wrapper .header-city {
    justify-content: center;
  }
}
